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