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