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