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