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