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