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