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