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