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