7#include <aws/chatbot/Chatbot_EXPORTS.h>
8#include <aws/chatbot/model/Tag.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename WebhookDescriptionT = Aws::String>
48 m_webhookDescriptionHasBeenSet =
true;
49 m_webhookDescription = std::forward<WebhookDescriptionT>(value);
51 template <
typename WebhookDescriptionT = Aws::String>
64 template <
typename ChatConfigurationArnT = Aws::String>
66 m_chatConfigurationArnHasBeenSet =
true;
67 m_chatConfigurationArn = std::forward<ChatConfigurationArnT>(value);
69 template <
typename ChatConfigurationArnT = Aws::String>
86 template <
typename IamRoleArnT = Aws::String>
88 m_iamRoleArnHasBeenSet =
true;
89 m_iamRoleArn = std::forward<IamRoleArnT>(value);
91 template <
typename IamRoleArnT = Aws::String>
105 template <
typename SnsTopicArnsT = Aws::Vector<Aws::String>>
107 m_snsTopicArnsHasBeenSet =
true;
108 m_snsTopicArns = std::forward<SnsTopicArnsT>(value);
110 template <
typename SnsTopicArnsT = Aws::Vector<Aws::String>>
115 template <
typename SnsTopicArnsT = Aws::String>
117 m_snsTopicArnsHasBeenSet =
true;
118 m_snsTopicArns.emplace_back(std::forward<SnsTopicArnsT>(value));
129 template <
typename ConfigurationNameT = Aws::String>
131 m_configurationNameHasBeenSet =
true;
132 m_configurationName = std::forward<ConfigurationNameT>(value);
134 template <
typename ConfigurationNameT = Aws::String>
148 template <
typename LoggingLevelT = Aws::String>
150 m_loggingLevelHasBeenSet =
true;
151 m_loggingLevel = std::forward<LoggingLevelT>(value);
153 template <
typename LoggingLevelT = Aws::String>
167 template <
typename TagsT = Aws::Vector<Tag>>
169 m_tagsHasBeenSet =
true;
170 m_tags = std::forward<TagsT>(value);
172 template <
typename TagsT = Aws::Vector<Tag>>
174 SetTags(std::forward<TagsT>(value));
177 template <
typename TagsT = Tag>
179 m_tagsHasBeenSet =
true;
180 m_tags.emplace_back(std::forward<TagsT>(value));
193 template <
typename StateT = Aws::String>
195 m_stateHasBeenSet =
true;
196 m_state = std::forward<StateT>(value);
198 template <
typename StateT = Aws::String>
200 SetState(std::forward<StateT>(value));
212 template <
typename StateReasonT = Aws::String>
214 m_stateReasonHasBeenSet =
true;
215 m_stateReason = std::forward<StateReasonT>(value);
217 template <
typename StateReasonT = Aws::String>
241 bool m_webhookDescriptionHasBeenSet =
false;
242 bool m_chatConfigurationArnHasBeenSet =
false;
243 bool m_iamRoleArnHasBeenSet =
false;
244 bool m_snsTopicArnsHasBeenSet =
false;
245 bool m_configurationNameHasBeenSet =
false;
246 bool m_loggingLevelHasBeenSet =
false;
247 bool m_tagsHasBeenSet =
false;
248 bool m_stateHasBeenSet =
false;
249 bool m_stateReasonHasBeenSet =
false;
void SetTags(TagsT &&value)
void SetIamRoleArn(IamRoleArnT &&value)
bool StateReasonHasBeenSet() const
ChimeWebhookConfiguration & WithStateReason(StateReasonT &&value)
ChimeWebhookConfiguration & WithSnsTopicArns(SnsTopicArnsT &&value)
AWS_CHATBOT_API ChimeWebhookConfiguration()=default
ChimeWebhookConfiguration & WithTags(TagsT &&value)
const Aws::String & GetLoggingLevel() const
void SetState(StateT &&value)
const Aws::String & GetState() const
ChimeWebhookConfiguration & WithIamRoleArn(IamRoleArnT &&value)
bool TagsHasBeenSet() const
bool ChatConfigurationArnHasBeenSet() const
ChimeWebhookConfiguration & AddTags(TagsT &&value)
void SetConfigurationName(ConfigurationNameT &&value)
bool ConfigurationNameHasBeenSet() const
ChimeWebhookConfiguration & WithWebhookDescription(WebhookDescriptionT &&value)
const Aws::String & GetChatConfigurationArn() const
bool IamRoleArnHasBeenSet() const
const Aws::Vector< Aws::String > & GetSnsTopicArns() const
const Aws::String & GetIamRoleArn() const
ChimeWebhookConfiguration & WithState(StateT &&value)
AWS_CHATBOT_API ChimeWebhookConfiguration(Aws::Utils::Json::JsonView jsonValue)
ChimeWebhookConfiguration & WithConfigurationName(ConfigurationNameT &&value)
const Aws::String & GetWebhookDescription() const
void SetSnsTopicArns(SnsTopicArnsT &&value)
ChimeWebhookConfiguration & WithChatConfigurationArn(ChatConfigurationArnT &&value)
void SetLoggingLevel(LoggingLevelT &&value)
ChimeWebhookConfiguration & WithLoggingLevel(LoggingLevelT &&value)
const Aws::String & GetConfigurationName() const
bool WebhookDescriptionHasBeenSet() const
bool StateHasBeenSet() const
AWS_CHATBOT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetChatConfigurationArn(ChatConfigurationArnT &&value)
AWS_CHATBOT_API ChimeWebhookConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStateReason(StateReasonT &&value)
void SetWebhookDescription(WebhookDescriptionT &&value)
ChimeWebhookConfiguration & AddSnsTopicArns(SnsTopicArnsT &&value)
bool LoggingLevelHasBeenSet() const
bool SnsTopicArnsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetStateReason() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue