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