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