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