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