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