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