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