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>
11#include <aws/chatbot/model/Tag.h>
47 template<
typename WebhookDescriptionT = Aws::String>
48 void SetWebhookDescription(WebhookDescriptionT&& value) { m_webhookDescriptionHasBeenSet =
true; m_webhookDescription = std::forward<WebhookDescriptionT>(value); }
49 template<
typename WebhookDescriptionT = Aws::String>
59 template<
typename WebhookUrlT = Aws::String>
60 void SetWebhookUrl(WebhookUrlT&& value) { m_webhookUrlHasBeenSet =
true; m_webhookUrl = std::forward<WebhookUrlT>(value); }
61 template<
typename WebhookUrlT = Aws::String>
72 template<
typename SnsTopicArnsT = Aws::Vector<Aws::String>>
73 void SetSnsTopicArns(SnsTopicArnsT&& value) { m_snsTopicArnsHasBeenSet =
true; m_snsTopicArns = std::forward<SnsTopicArnsT>(value); }
74 template<
typename SnsTopicArnsT = Aws::Vector<Aws::String>>
76 template<
typename SnsTopicArnsT = Aws::String>
90 template<
typename IamRoleArnT = Aws::String>
91 void SetIamRoleArn(IamRoleArnT&& value) { m_iamRoleArnHasBeenSet =
true; m_iamRoleArn = std::forward<IamRoleArnT>(value); }
92 template<
typename IamRoleArnT = Aws::String>
102 template<
typename ConfigurationNameT = Aws::String>
103 void SetConfigurationName(ConfigurationNameT&& value) { m_configurationNameHasBeenSet =
true; m_configurationName = std::forward<ConfigurationNameT>(value); }
104 template<
typename ConfigurationNameT = Aws::String>
115 template<
typename LoggingLevelT = Aws::String>
116 void SetLoggingLevel(LoggingLevelT&& value) { m_loggingLevelHasBeenSet =
true; m_loggingLevel = std::forward<LoggingLevelT>(value); }
117 template<
typename LoggingLevelT = Aws::String>
128 template<
typename TagsT = Aws::Vector<Tag>>
129 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
130 template<
typename TagsT = Aws::Vector<Tag>>
132 template<
typename TagsT = Tag>
138 bool m_webhookDescriptionHasBeenSet =
false;
141 bool m_webhookUrlHasBeenSet =
false;
144 bool m_snsTopicArnsHasBeenSet =
false;
147 bool m_iamRoleArnHasBeenSet =
false;
150 bool m_configurationNameHasBeenSet =
false;
153 bool m_loggingLevelHasBeenSet =
false;
156 bool m_tagsHasBeenSet =
false;
void SetIamRoleArn(IamRoleArnT &&value)
const Aws::String & GetWebhookUrl() const
const Aws::Vector< Aws::String > & GetSnsTopicArns() const
const Aws::String & GetLoggingLevel() const
CreateChimeWebhookConfigurationRequest & WithWebhookUrl(WebhookUrlT &&value)
AWS_CHATBOT_API Aws::String SerializePayload() const override
void SetConfigurationName(ConfigurationNameT &&value)
AWS_CHATBOT_API CreateChimeWebhookConfigurationRequest()=default
void SetSnsTopicArns(SnsTopicArnsT &&value)
CreateChimeWebhookConfigurationRequest & WithSnsTopicArns(SnsTopicArnsT &&value)
CreateChimeWebhookConfigurationRequest & WithConfigurationName(ConfigurationNameT &&value)
CreateChimeWebhookConfigurationRequest & AddSnsTopicArns(SnsTopicArnsT &&value)
bool WebhookUrlHasBeenSet() const
bool WebhookDescriptionHasBeenSet() const
CreateChimeWebhookConfigurationRequest & WithLoggingLevel(LoggingLevelT &&value)
const Aws::String & GetWebhookDescription() const
const Aws::String & GetConfigurationName() const
const Aws::String & GetIamRoleArn() const
CreateChimeWebhookConfigurationRequest & WithWebhookDescription(WebhookDescriptionT &&value)
void SetTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Tag > & GetTags() const
void SetLoggingLevel(LoggingLevelT &&value)
CreateChimeWebhookConfigurationRequest & AddTags(TagsT &&value)
CreateChimeWebhookConfigurationRequest & WithTags(TagsT &&value)
CreateChimeWebhookConfigurationRequest & WithIamRoleArn(IamRoleArnT &&value)
bool LoggingLevelHasBeenSet() const
bool SnsTopicArnsHasBeenSet() const
bool ConfigurationNameHasBeenSet() const
void SetWebhookUrl(WebhookUrlT &&value)
bool TagsHasBeenSet() const
bool IamRoleArnHasBeenSet() const
void SetWebhookDescription(WebhookDescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector