Class ListReservationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.redshiftserverless.transform.ListReservationsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListReservationsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListReservationsRequestMarshaller
extends Object
implements Marshaller<ListReservationsRequest>
ListReservationsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionListReservationsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListReservationsRequest listReservationsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListReservationsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListReservationsRequest>
- Parameters:
- listReservationsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-