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