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