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