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