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