Class GetIntegrationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.apigatewayv2.transform.GetIntegrationRequestMarshaller
- All Implemented Interfaces:
 Marshaller<GetIntegrationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetIntegrationRequestMarshaller
extends Object
implements Marshaller<GetIntegrationRequest>
GetIntegrationRequest Marshaller- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(GetIntegrationRequest getIntegrationRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
GetIntegrationRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<GetIntegrationRequest>- Parameters:
 getIntegrationRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -