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