7#include <aws/chatbot/ChatbotRequest.h>
8#include <aws/chatbot/Chatbot_EXPORTS.h>
9#include <aws/chatbot/model/Tag.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename WebhookDescriptionT = Aws::String>
45 m_webhookDescriptionHasBeenSet =
true;
46 m_webhookDescription = std::forward<WebhookDescriptionT>(value);
48 template <
typename WebhookDescriptionT = Aws::String>
61 template <
typename WebhookUrlT = Aws::String>
63 m_webhookUrlHasBeenSet =
true;
64 m_webhookUrl = std::forward<WebhookUrlT>(value);
66 template <
typename WebhookUrlT = Aws::String>
80 template <
typename SnsTopicArnsT = Aws::Vector<Aws::String>>
82 m_snsTopicArnsHasBeenSet =
true;
83 m_snsTopicArns = std::forward<SnsTopicArnsT>(value);
85 template <
typename SnsTopicArnsT = Aws::Vector<Aws::String>>
90 template <
typename SnsTopicArnsT = Aws::String>
92 m_snsTopicArnsHasBeenSet =
true;
93 m_snsTopicArns.emplace_back(std::forward<SnsTopicArnsT>(value));
108 template <
typename IamRoleArnT = Aws::String>
110 m_iamRoleArnHasBeenSet =
true;
111 m_iamRoleArn = std::forward<IamRoleArnT>(value);
113 template <
typename IamRoleArnT = Aws::String>
126 template <
typename ConfigurationNameT = Aws::String>
128 m_configurationNameHasBeenSet =
true;
129 m_configurationName = std::forward<ConfigurationNameT>(value);
131 template <
typename ConfigurationNameT = Aws::String>
145 template <
typename LoggingLevelT = Aws::String>
147 m_loggingLevelHasBeenSet =
true;
148 m_loggingLevel = std::forward<LoggingLevelT>(value);
150 template <
typename LoggingLevelT = Aws::String>
164 template <
typename TagsT = Aws::Vector<Tag>>
166 m_tagsHasBeenSet =
true;
167 m_tags = std::forward<TagsT>(value);
169 template <
typename TagsT = Aws::Vector<Tag>>
171 SetTags(std::forward<TagsT>(value));
174 template <
typename TagsT = Tag>
176 m_tagsHasBeenSet =
true;
177 m_tags.emplace_back(std::forward<TagsT>(value));
183 bool m_webhookDescriptionHasBeenSet =
false;
186 bool m_webhookUrlHasBeenSet =
false;
189 bool m_snsTopicArnsHasBeenSet =
false;
192 bool m_iamRoleArnHasBeenSet =
false;
195 bool m_configurationNameHasBeenSet =
false;
198 bool m_loggingLevelHasBeenSet =
false;
201 bool m_tagsHasBeenSet =
false;
void SetIamRoleArn(IamRoleArnT &&value)
const Aws::String & GetWebhookUrl() const
const Aws::Vector< Aws::String > & GetSnsTopicArns() const
const Aws::String & GetLoggingLevel() const
CreateChimeWebhookConfigurationRequest & WithWebhookUrl(WebhookUrlT &&value)
AWS_CHATBOT_API Aws::String SerializePayload() const override
void SetConfigurationName(ConfigurationNameT &&value)
AWS_CHATBOT_API CreateChimeWebhookConfigurationRequest()=default
void SetSnsTopicArns(SnsTopicArnsT &&value)
CreateChimeWebhookConfigurationRequest & WithSnsTopicArns(SnsTopicArnsT &&value)
CreateChimeWebhookConfigurationRequest & WithConfigurationName(ConfigurationNameT &&value)
CreateChimeWebhookConfigurationRequest & AddSnsTopicArns(SnsTopicArnsT &&value)
bool WebhookUrlHasBeenSet() const
bool WebhookDescriptionHasBeenSet() const
CreateChimeWebhookConfigurationRequest & WithLoggingLevel(LoggingLevelT &&value)
const Aws::String & GetWebhookDescription() const
const Aws::String & GetConfigurationName() const
const Aws::String & GetIamRoleArn() const
CreateChimeWebhookConfigurationRequest & WithWebhookDescription(WebhookDescriptionT &&value)
void SetTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Tag > & GetTags() const
void SetLoggingLevel(LoggingLevelT &&value)
CreateChimeWebhookConfigurationRequest & AddTags(TagsT &&value)
CreateChimeWebhookConfigurationRequest & WithTags(TagsT &&value)
CreateChimeWebhookConfigurationRequest & WithIamRoleArn(IamRoleArnT &&value)
bool LoggingLevelHasBeenSet() const
bool SnsTopicArnsHasBeenSet() const
bool ConfigurationNameHasBeenSet() const
void SetWebhookUrl(WebhookUrlT &&value)
bool TagsHasBeenSet() const
bool IamRoleArnHasBeenSet() const
void SetWebhookDescription(WebhookDescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector