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