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