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