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>
54 inline void SetWebhookDescription(
const char* value) { m_webhookDescriptionHasBeenSet =
true; m_webhookDescription.assign(value); }
68 inline void SetChatConfigurationArn(
const char* value) { m_chatConfigurationArnHasBeenSet =
true; m_chatConfigurationArn.assign(value); }
86 inline void SetIamRoleArn(
const char* value) { m_iamRoleArnHasBeenSet =
true; m_iamRoleArn.assign(value); }
116 inline void SetConfigurationName(
const char* value) { m_configurationNameHasBeenSet =
true; m_configurationName.assign(value); }
131 inline void SetLoggingLevel(
const char* value) { m_loggingLevelHasBeenSet =
true; m_loggingLevel.assign(value); }
162 inline void SetState(
const char* value) { m_stateHasBeenSet =
true; m_state.assign(value); }
177 inline void SetStateReason(
const char* value) { m_stateReasonHasBeenSet =
true; m_stateReason.assign(value); }
185 bool m_webhookDescriptionHasBeenSet =
false;
188 bool m_chatConfigurationArnHasBeenSet =
false;
191 bool m_iamRoleArnHasBeenSet =
false;
194 bool m_snsTopicArnsHasBeenSet =
false;
197 bool m_configurationNameHasBeenSet =
false;
200 bool m_loggingLevelHasBeenSet =
false;
203 bool m_tagsHasBeenSet =
false;
206 bool m_stateHasBeenSet =
false;
209 bool m_stateReasonHasBeenSet =
false;
ChimeWebhookConfiguration & WithState(Aws::String &&value)
ChimeWebhookConfiguration & AddSnsTopicArns(const Aws::String &value)
void SetLoggingLevel(const Aws::String &value)
ChimeWebhookConfiguration & WithConfigurationName(const char *value)
ChimeWebhookConfiguration & WithIamRoleArn(Aws::String &&value)
bool StateReasonHasBeenSet() const
void SetStateReason(Aws::String &&value)
ChimeWebhookConfiguration & WithSnsTopicArns(const Aws::Vector< Aws::String > &value)
ChimeWebhookConfiguration & WithStateReason(const Aws::String &value)
void SetChatConfigurationArn(const Aws::String &value)
ChimeWebhookConfiguration & AddTags(const Tag &value)
void SetWebhookDescription(Aws::String &&value)
void SetState(const Aws::String &value)
ChimeWebhookConfiguration & WithLoggingLevel(Aws::String &&value)
const Aws::String & GetLoggingLevel() const
void SetSnsTopicArns(Aws::Vector< Aws::String > &&value)
void SetIamRoleArn(Aws::String &&value)
ChimeWebhookConfiguration & WithChatConfigurationArn(const char *value)
void SetState(const char *value)
const Aws::String & GetState() const
bool TagsHasBeenSet() const
bool ChatConfigurationArnHasBeenSet() const
ChimeWebhookConfiguration & WithTags(const Aws::Vector< Tag > &value)
ChimeWebhookConfiguration & AddSnsTopicArns(Aws::String &&value)
bool ConfigurationNameHasBeenSet() const
ChimeWebhookConfiguration & WithState(const Aws::String &value)
ChimeWebhookConfiguration & WithConfigurationName(Aws::String &&value)
ChimeWebhookConfiguration & WithIamRoleArn(const Aws::String &value)
ChimeWebhookConfiguration & WithLoggingLevel(const char *value)
void SetChatConfigurationArn(Aws::String &&value)
const Aws::String & GetChatConfigurationArn() const
void SetStateReason(const char *value)
bool IamRoleArnHasBeenSet() const
void SetConfigurationName(const Aws::String &value)
ChimeWebhookConfiguration & WithChatConfigurationArn(Aws::String &&value)
ChimeWebhookConfiguration & WithStateReason(Aws::String &&value)
ChimeWebhookConfiguration & AddTags(Tag &&value)
void SetLoggingLevel(Aws::String &&value)
void SetSnsTopicArns(const Aws::Vector< Aws::String > &value)
void SetWebhookDescription(const char *value)
ChimeWebhookConfiguration & WithWebhookDescription(Aws::String &&value)
void SetIamRoleArn(const char *value)
ChimeWebhookConfiguration & WithWebhookDescription(const char *value)
void SetConfigurationName(Aws::String &&value)
void SetIamRoleArn(const Aws::String &value)
const Aws::Vector< Aws::String > & GetSnsTopicArns() const
void SetTags(const Aws::Vector< Tag > &value)
const Aws::String & GetIamRoleArn() const
ChimeWebhookConfiguration & WithWebhookDescription(const Aws::String &value)
ChimeWebhookConfiguration & WithChatConfigurationArn(const Aws::String &value)
AWS_CHATBOT_API ChimeWebhookConfiguration(Aws::Utils::Json::JsonView jsonValue)
ChimeWebhookConfiguration & WithLoggingLevel(const Aws::String &value)
const Aws::String & GetWebhookDescription() const
void SetStateReason(const Aws::String &value)
void SetConfigurationName(const char *value)
ChimeWebhookConfiguration & WithState(const char *value)
void SetState(Aws::String &&value)
ChimeWebhookConfiguration & WithConfigurationName(const Aws::String &value)
ChimeWebhookConfiguration & WithIamRoleArn(const char *value)
ChimeWebhookConfiguration & WithSnsTopicArns(Aws::Vector< Aws::String > &&value)
void SetWebhookDescription(const Aws::String &value)
const Aws::String & GetConfigurationName() const
bool WebhookDescriptionHasBeenSet() const
void SetTags(Aws::Vector< Tag > &&value)
bool StateHasBeenSet() const
AWS_CHATBOT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CHATBOT_API ChimeWebhookConfiguration()
AWS_CHATBOT_API ChimeWebhookConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ChimeWebhookConfiguration & AddSnsTopicArns(const char *value)
void SetLoggingLevel(const char *value)
bool LoggingLevelHasBeenSet() const
void SetChatConfigurationArn(const char *value)
bool SnsTopicArnsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
ChimeWebhookConfiguration & WithStateReason(const char *value)
ChimeWebhookConfiguration & WithTags(Aws::Vector< Tag > &&value)
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