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