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