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