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