Class BatchCreateTopicReviewedAnswerRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.quicksight.transform.BatchCreateTopicReviewedAnswerRequestMarshaller
- All Implemented Interfaces:
- Marshaller<BatchCreateTopicReviewedAnswerRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class BatchCreateTopicReviewedAnswerRequestMarshaller
extends Object
implements Marshaller<BatchCreateTopicReviewedAnswerRequest>
BatchCreateTopicReviewedAnswerRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(BatchCreateTopicReviewedAnswerRequest batchCreateTopicReviewedAnswerRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
BatchCreateTopicReviewedAnswerRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(BatchCreateTopicReviewedAnswerRequest batchCreateTopicReviewedAnswerRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<BatchCreateTopicReviewedAnswerRequest>
- Parameters:
- batchCreateTopicReviewedAnswerRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-