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