7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/CustomInstructions.h>
11#include <aws/quicksight/model/TopicV2Details.h>
12#include <aws/quicksight/model/TopicV2PublishOption.h>
41 template <
typename AwsAccountIdT = Aws::String>
43 m_awsAccountIdHasBeenSet =
true;
44 m_awsAccountId = std::forward<AwsAccountIdT>(value);
46 template <
typename AwsAccountIdT = Aws::String>
60 template <
typename TopicIdT = Aws::String>
62 m_topicIdHasBeenSet =
true;
63 m_topicId = std::forward<TopicIdT>(value);
65 template <
typename TopicIdT = Aws::String>
78 template <
typename TopicT = TopicV2Details>
80 m_topicHasBeenSet =
true;
81 m_topic = std::forward<TopicT>(value);
83 template <
typename TopicT = TopicV2Details>
85 SetTopic(std::forward<TopicT>(value));
94 template <
typename CustomInstructionsT = CustomInstructions>
96 m_customInstructionsHasBeenSet =
true;
97 m_customInstructions = std::forward<CustomInstructionsT>(value);
99 template <
typename CustomInstructionsT = CustomInstructions>
113 m_publishOptionHasBeenSet =
true;
114 m_publishOption = value;
131 bool m_awsAccountIdHasBeenSet =
false;
132 bool m_topicIdHasBeenSet =
false;
133 bool m_topicHasBeenSet =
false;
134 bool m_customInstructionsHasBeenSet =
false;
135 bool m_publishOptionHasBeenSet =
false;
bool PublishOptionHasBeenSet() const
const CustomInstructions & GetCustomInstructions() const
UpdateTopicV2Request & WithTopicId(TopicIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetTopicId(TopicIdT &&value)
const Aws::String & GetAwsAccountId() const
TopicV2PublishOption GetPublishOption() const
bool CustomInstructionsHasBeenSet() const
bool TopicHasBeenSet() const
UpdateTopicV2Request & WithAwsAccountId(AwsAccountIdT &&value)
UpdateTopicV2Request & WithPublishOption(TopicV2PublishOption value)
AWS_QUICKSIGHT_API UpdateTopicV2Request()=default
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
const TopicV2Details & GetTopic() const
void SetPublishOption(TopicV2PublishOption value)
UpdateTopicV2Request & WithTopic(TopicT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
bool TopicIdHasBeenSet() const
UpdateTopicV2Request & WithCustomInstructions(CustomInstructionsT &&value)
void SetTopic(TopicT &&value)
const Aws::String & GetTopicId() const
bool AwsAccountIdHasBeenSet() const
void SetCustomInstructions(CustomInstructionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String