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