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