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