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