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