7#include <aws/chatbot/Chatbot_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/chatbot/model/Tag.h>
52 template<
typename WebhookDescriptionT = Aws::String>
53 void SetWebhookDescription(WebhookDescriptionT&& value) { m_webhookDescriptionHasBeenSet =
true; m_webhookDescription = std::forward<WebhookDescriptionT>(value); }
54 template<
typename WebhookDescriptionT = Aws::String>
64 template<
typename ChatConfigurationArnT = Aws::String>
65 void SetChatConfigurationArn(ChatConfigurationArnT&& value) { m_chatConfigurationArnHasBeenSet =
true; m_chatConfigurationArn = std::forward<ChatConfigurationArnT>(value); }
66 template<
typename ChatConfigurationArnT = Aws::String>
80 template<
typename IamRoleArnT = Aws::String>
81 void SetIamRoleArn(IamRoleArnT&& value) { m_iamRoleArnHasBeenSet =
true; m_iamRoleArn = std::forward<IamRoleArnT>(value); }
82 template<
typename IamRoleArnT = Aws::String>
93 template<
typename SnsTopicArnsT = Aws::Vector<Aws::String>>
94 void SetSnsTopicArns(SnsTopicArnsT&& value) { m_snsTopicArnsHasBeenSet =
true; m_snsTopicArns = std::forward<SnsTopicArnsT>(value); }
95 template<
typename SnsTopicArnsT = Aws::Vector<Aws::String>>
97 template<
typename SnsTopicArnsT = Aws::String>
107 template<
typename ConfigurationNameT = Aws::String>
108 void SetConfigurationName(ConfigurationNameT&& value) { m_configurationNameHasBeenSet =
true; m_configurationName = std::forward<ConfigurationNameT>(value); }
109 template<
typename ConfigurationNameT = Aws::String>
120 template<
typename LoggingLevelT = Aws::String>
121 void SetLoggingLevel(LoggingLevelT&& value) { m_loggingLevelHasBeenSet =
true; m_loggingLevel = std::forward<LoggingLevelT>(value); }
122 template<
typename LoggingLevelT = Aws::String>
133 template<
typename TagsT = Aws::Vector<Tag>>
134 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
135 template<
typename TagsT = Aws::Vector<Tag>>
137 template<
typename TagsT = Tag>
149 template<
typename StateT = Aws::String>
150 void SetState(StateT&& value) { m_stateHasBeenSet =
true; m_state = std::forward<StateT>(value); }
151 template<
typename StateT = Aws::String>
162 template<
typename StateReasonT = Aws::String>
163 void SetStateReason(StateReasonT&& value) { m_stateReasonHasBeenSet =
true; m_stateReason = std::forward<StateReasonT>(value); }
164 template<
typename StateReasonT = Aws::String>
170 bool m_webhookDescriptionHasBeenSet =
false;
173 bool m_chatConfigurationArnHasBeenSet =
false;
176 bool m_iamRoleArnHasBeenSet =
false;
179 bool m_snsTopicArnsHasBeenSet =
false;
182 bool m_configurationNameHasBeenSet =
false;
185 bool m_loggingLevelHasBeenSet =
false;
188 bool m_tagsHasBeenSet =
false;
191 bool m_stateHasBeenSet =
false;
194 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