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