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