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