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