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