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