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