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