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