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