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