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