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