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