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/TopicDetails.h>
40 template <
typename AwsAccountIdT = Aws::String>
42 m_awsAccountIdHasBeenSet =
true;
43 m_awsAccountId = std::forward<AwsAccountIdT>(value);
45 template <
typename AwsAccountIdT = Aws::String>
59 template <
typename TopicIdT = Aws::String>
61 m_topicIdHasBeenSet =
true;
62 m_topicId = std::forward<TopicIdT>(value);
64 template <
typename TopicIdT = Aws::String>
77 template <
typename TopicT = TopicDetails>
79 m_topicHasBeenSet =
true;
80 m_topic = std::forward<TopicT>(value);
82 template <
typename TopicT = TopicDetails>
84 SetTopic(std::forward<TopicT>(value));
95 template <
typename CustomInstructionsT = CustomInstructions>
97 m_customInstructionsHasBeenSet =
true;
98 m_customInstructions = std::forward<CustomInstructionsT>(value);
100 template <
typename CustomInstructionsT = CustomInstructions>
114 bool m_awsAccountIdHasBeenSet =
false;
115 bool m_topicIdHasBeenSet =
false;
116 bool m_topicHasBeenSet =
false;
117 bool m_customInstructionsHasBeenSet =
false;
UpdateTopicRequest & WithCustomInstructions(CustomInstructionsT &&value)
bool TopicHasBeenSet() const
UpdateTopicRequest & WithTopic(TopicT &&value)
const Aws::String & GetAwsAccountId() const
bool AwsAccountIdHasBeenSet() const
void SetTopicId(TopicIdT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
const CustomInstructions & GetCustomInstructions() const
AWS_QUICKSIGHT_API UpdateTopicRequest()=default
UpdateTopicRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool CustomInstructionsHasBeenSet() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetTopic(TopicT &&value)
bool TopicIdHasBeenSet() const
UpdateTopicRequest & WithTopicId(TopicIdT &&value)
const Aws::String & GetTopicId() const
void SetCustomInstructions(CustomInstructionsT &&value)
const TopicDetails & GetTopic() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String