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