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