7#include <aws/chatbot/ChatbotRequest.h>
8#include <aws/chatbot/Chatbot_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
39 template <
typename ChatConfigurationArnT = Aws::String>
41 m_chatConfigurationArnHasBeenSet =
true;
42 m_chatConfigurationArn = std::forward<ChatConfigurationArnT>(value);
44 template <
typename ChatConfigurationArnT = Aws::String>
61 template <
typename WebhookDescriptionT = Aws::String>
63 m_webhookDescriptionHasBeenSet =
true;
64 m_webhookDescription = std::forward<WebhookDescriptionT>(value);
66 template <
typename WebhookDescriptionT = Aws::String>
79 template <
typename WebhookUrlT = Aws::String>
81 m_webhookUrlHasBeenSet =
true;
82 m_webhookUrl = std::forward<WebhookUrlT>(value);
84 template <
typename WebhookUrlT = Aws::String>
97 template <
typename SnsTopicArnsT = Aws::Vector<Aws::String>>
99 m_snsTopicArnsHasBeenSet =
true;
100 m_snsTopicArns = std::forward<SnsTopicArnsT>(value);
102 template <
typename SnsTopicArnsT = Aws::Vector<Aws::String>>
107 template <
typename SnsTopicArnsT = Aws::String>
109 m_snsTopicArnsHasBeenSet =
true;
110 m_snsTopicArns.emplace_back(std::forward<SnsTopicArnsT>(value));
125 template <
typename IamRoleArnT = Aws::String>
127 m_iamRoleArnHasBeenSet =
true;
128 m_iamRoleArn = std::forward<IamRoleArnT>(value);
130 template <
typename IamRoleArnT = Aws::String>
144 template <
typename LoggingLevelT = Aws::String>
146 m_loggingLevelHasBeenSet =
true;
147 m_loggingLevel = std::forward<LoggingLevelT>(value);
149 template <
typename LoggingLevelT = Aws::String>
167 bool m_chatConfigurationArnHasBeenSet =
false;
168 bool m_webhookDescriptionHasBeenSet =
false;
169 bool m_webhookUrlHasBeenSet =
false;
170 bool m_snsTopicArnsHasBeenSet =
false;
171 bool m_iamRoleArnHasBeenSet =
false;
172 bool m_loggingLevelHasBeenSet =
false;
bool WebhookUrlHasBeenSet() const
AWS_CHATBOT_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetSnsTopicArns() const
bool ChatConfigurationArnHasBeenSet() const
void SetWebhookUrl(WebhookUrlT &&value)
UpdateChimeWebhookConfigurationRequest & WithLoggingLevel(LoggingLevelT &&value)
void SetWebhookDescription(WebhookDescriptionT &&value)
bool LoggingLevelHasBeenSet() const
void SetLoggingLevel(LoggingLevelT &&value)
UpdateChimeWebhookConfigurationRequest & AddSnsTopicArns(SnsTopicArnsT &&value)
const Aws::String & GetWebhookDescription() const
bool WebhookDescriptionHasBeenSet() const
void SetIamRoleArn(IamRoleArnT &&value)
const Aws::String & GetIamRoleArn() const
bool IamRoleArnHasBeenSet() const
UpdateChimeWebhookConfigurationRequest & WithChatConfigurationArn(ChatConfigurationArnT &&value)
UpdateChimeWebhookConfigurationRequest & WithWebhookDescription(WebhookDescriptionT &&value)
UpdateChimeWebhookConfigurationRequest & WithWebhookUrl(WebhookUrlT &&value)
UpdateChimeWebhookConfigurationRequest & WithSnsTopicArns(SnsTopicArnsT &&value)
const Aws::String & GetWebhookUrl() const
const Aws::String & GetLoggingLevel() const
const Aws::String & GetChatConfigurationArn() const
UpdateChimeWebhookConfigurationRequest & WithIamRoleArn(IamRoleArnT &&value)
void SetChatConfigurationArn(ChatConfigurationArnT &&value)
virtual const char * GetServiceRequestName() const override
bool SnsTopicArnsHasBeenSet() const
void SetSnsTopicArns(SnsTopicArnsT &&value)
AWS_CHATBOT_API UpdateChimeWebhookConfigurationRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector