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