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