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