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