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