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