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