Class UpdateConfiguredTableRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.cleanrooms.transform.UpdateConfiguredTableRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateConfiguredTableRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateConfiguredTableRequestMarshaller
extends Object
implements Marshaller<UpdateConfiguredTableRequest>
UpdateConfiguredTableRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionUpdateConfiguredTableRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateConfiguredTableRequest updateConfiguredTableRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateConfiguredTableRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateConfiguredTableRequest>
- Parameters:
- updateConfiguredTableRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-