7#include <aws/chatbot/Chatbot_EXPORTS.h>
8#include <aws/chatbot/ChatbotRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
45 inline void SetChatConfigurationArn(
const char* value) { m_chatConfigurationArnHasBeenSet =
true; m_chatConfigurationArn.assign(value); }
63 inline void SetWebhookDescription(
const char* value) { m_webhookDescriptionHasBeenSet =
true; m_webhookDescription.assign(value); }
77 inline void SetWebhookUrl(
const char* value) { m_webhookUrlHasBeenSet =
true; m_webhookUrl.assign(value); }
110 inline void SetIamRoleArn(
const char* value) { m_iamRoleArnHasBeenSet =
true; m_iamRoleArn.assign(value); }
125 inline void SetLoggingLevel(
const char* value) { m_loggingLevelHasBeenSet =
true; m_loggingLevel.assign(value); }
133 bool m_chatConfigurationArnHasBeenSet =
false;
136 bool m_webhookDescriptionHasBeenSet =
false;
139 bool m_webhookUrlHasBeenSet =
false;
142 bool m_snsTopicArnsHasBeenSet =
false;
145 bool m_iamRoleArnHasBeenSet =
false;
148 bool m_loggingLevelHasBeenSet =
false;
UpdateChimeWebhookConfigurationRequest & WithWebhookDescription(const char *value)
UpdateChimeWebhookConfigurationRequest & WithIamRoleArn(const char *value)
void SetSnsTopicArns(const Aws::Vector< Aws::String > &value)
UpdateChimeWebhookConfigurationRequest & AddSnsTopicArns(const Aws::String &value)
bool WebhookUrlHasBeenSet() const
UpdateChimeWebhookConfigurationRequest & AddSnsTopicArns(Aws::String &&value)
AWS_CHATBOT_API Aws::String SerializePayload() const override
void SetWebhookUrl(const Aws::String &value)
const Aws::Vector< Aws::String > & GetSnsTopicArns() const
bool ChatConfigurationArnHasBeenSet() const
UpdateChimeWebhookConfigurationRequest & WithWebhookUrl(const Aws::String &value)
void SetLoggingLevel(const char *value)
void SetChatConfigurationArn(Aws::String &&value)
bool LoggingLevelHasBeenSet() const
UpdateChimeWebhookConfigurationRequest & WithChatConfigurationArn(const char *value)
void SetWebhookDescription(Aws::String &&value)
UpdateChimeWebhookConfigurationRequest & WithWebhookUrl(Aws::String &&value)
void SetWebhookUrl(const char *value)
UpdateChimeWebhookConfigurationRequest & WithLoggingLevel(const Aws::String &value)
const Aws::String & GetWebhookDescription() const
bool WebhookDescriptionHasBeenSet() const
const Aws::String & GetIamRoleArn() const
void SetSnsTopicArns(Aws::Vector< Aws::String > &&value)
UpdateChimeWebhookConfigurationRequest & AddSnsTopicArns(const char *value)
void SetWebhookDescription(const char *value)
bool IamRoleArnHasBeenSet() const
UpdateChimeWebhookConfigurationRequest & WithIamRoleArn(Aws::String &&value)
AWS_CHATBOT_API UpdateChimeWebhookConfigurationRequest()
void SetIamRoleArn(const Aws::String &value)
UpdateChimeWebhookConfigurationRequest & WithLoggingLevel(const char *value)
void SetLoggingLevel(const Aws::String &value)
UpdateChimeWebhookConfigurationRequest & WithWebhookUrl(const char *value)
UpdateChimeWebhookConfigurationRequest & WithSnsTopicArns(const Aws::Vector< Aws::String > &value)
const Aws::String & GetWebhookUrl() const
UpdateChimeWebhookConfigurationRequest & WithChatConfigurationArn(Aws::String &&value)
const Aws::String & GetLoggingLevel() const
UpdateChimeWebhookConfigurationRequest & WithChatConfigurationArn(const Aws::String &value)
void SetIamRoleArn(const char *value)
const Aws::String & GetChatConfigurationArn() const
void SetWebhookUrl(Aws::String &&value)
UpdateChimeWebhookConfigurationRequest & WithIamRoleArn(const Aws::String &value)
UpdateChimeWebhookConfigurationRequest & WithWebhookDescription(const Aws::String &value)
UpdateChimeWebhookConfigurationRequest & WithLoggingLevel(Aws::String &&value)
void SetIamRoleArn(Aws::String &&value)
void SetLoggingLevel(Aws::String &&value)
void SetWebhookDescription(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetChatConfigurationArn(const Aws::String &value)
UpdateChimeWebhookConfigurationRequest & WithWebhookDescription(Aws::String &&value)
bool SnsTopicArnsHasBeenSet() const
void SetChatConfigurationArn(const char *value)
UpdateChimeWebhookConfigurationRequest & WithSnsTopicArns(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector