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