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