7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/TopicDetails.h>
11#include <aws/quicksight/model/CustomInstructions.h>
44 template<
typename AwsAccountIdT = Aws::String>
45 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
46 template<
typename AwsAccountIdT = Aws::String>
57 template<
typename TopicIdT = Aws::String>
58 void SetTopicId(TopicIdT&& value) { m_topicIdHasBeenSet =
true; m_topicId = std::forward<TopicIdT>(value); }
59 template<
typename TopicIdT = Aws::String>
69 template<
typename TopicT = TopicDetails>
70 void SetTopic(TopicT&& value) { m_topicHasBeenSet =
true; m_topic = std::forward<TopicT>(value); }
71 template<
typename TopicT = TopicDetails>
81 template<
typename CustomInstructionsT = CustomInstructions>
82 void SetCustomInstructions(CustomInstructionsT&& value) { m_customInstructionsHasBeenSet =
true; m_customInstructions = std::forward<CustomInstructionsT>(value); }
83 template<
typename CustomInstructionsT = CustomInstructions>
89 bool m_awsAccountIdHasBeenSet =
false;
92 bool m_topicIdHasBeenSet =
false;
95 bool m_topicHasBeenSet =
false;
98 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