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