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>
49 inline void SetWebhookDescription(
const char* value) { m_webhookDescriptionHasBeenSet =
true; m_webhookDescription.assign(value); }
63 inline void SetWebhookUrl(
const char* value) { m_webhookUrlHasBeenSet =
true; m_webhookUrl.assign(value); }
97 inline void SetIamRoleArn(
const char* value) { m_iamRoleArnHasBeenSet =
true; m_iamRoleArn.assign(value); }
111 inline void SetConfigurationName(
const char* value) { m_configurationNameHasBeenSet =
true; m_configurationName.assign(value); }
126 inline void SetLoggingLevel(
const char* value) { m_loggingLevelHasBeenSet =
true; m_loggingLevel.assign(value); }
149 bool m_webhookDescriptionHasBeenSet =
false;
152 bool m_webhookUrlHasBeenSet =
false;
155 bool m_snsTopicArnsHasBeenSet =
false;
158 bool m_iamRoleArnHasBeenSet =
false;
161 bool m_configurationNameHasBeenSet =
false;
164 bool m_loggingLevelHasBeenSet =
false;
167 bool m_tagsHasBeenSet =
false;
CreateChimeWebhookConfigurationRequest & WithTags(const Aws::Vector< Tag > &value)
const Aws::String & GetWebhookUrl() const
const Aws::Vector< Aws::String > & GetSnsTopicArns() const
const Aws::String & GetLoggingLevel() const
CreateChimeWebhookConfigurationRequest & WithWebhookDescription(Aws::String &&value)
CreateChimeWebhookConfigurationRequest & WithLoggingLevel(const Aws::String &value)
void SetIamRoleArn(const Aws::String &value)
void SetConfigurationName(Aws::String &&value)
void SetWebhookUrl(const Aws::String &value)
void SetSnsTopicArns(const Aws::Vector< Aws::String > &value)
CreateChimeWebhookConfigurationRequest & WithWebhookDescription(const Aws::String &value)
AWS_CHATBOT_API Aws::String SerializePayload() const override
void SetIamRoleArn(Aws::String &&value)
CreateChimeWebhookConfigurationRequest & AddSnsTopicArns(const char *value)
CreateChimeWebhookConfigurationRequest & WithConfigurationName(const Aws::String &value)
CreateChimeWebhookConfigurationRequest & WithIamRoleArn(const Aws::String &value)
void SetLoggingLevel(const char *value)
void SetWebhookUrl(Aws::String &&value)
void SetLoggingLevel(const Aws::String &value)
CreateChimeWebhookConfigurationRequest & WithSnsTopicArns(const Aws::Vector< Aws::String > &value)
void SetSnsTopicArns(Aws::Vector< Aws::String > &&value)
void SetTags(Aws::Vector< Tag > &&value)
CreateChimeWebhookConfigurationRequest & WithSnsTopicArns(Aws::Vector< Aws::String > &&value)
CreateChimeWebhookConfigurationRequest & WithWebhookUrl(const char *value)
CreateChimeWebhookConfigurationRequest & WithWebhookUrl(Aws::String &&value)
bool WebhookUrlHasBeenSet() const
void SetTags(const Aws::Vector< Tag > &value)
bool WebhookDescriptionHasBeenSet() const
void SetIamRoleArn(const char *value)
CreateChimeWebhookConfigurationRequest & AddTags(Tag &&value)
const Aws::String & GetWebhookDescription() const
const Aws::String & GetConfigurationName() const
const Aws::String & GetIamRoleArn() const
CreateChimeWebhookConfigurationRequest & AddTags(const Tag &value)
CreateChimeWebhookConfigurationRequest & WithWebhookUrl(const Aws::String &value)
CreateChimeWebhookConfigurationRequest & WithIamRoleArn(const char *value)
void SetConfigurationName(const Aws::String &value)
CreateChimeWebhookConfigurationRequest & WithConfigurationName(Aws::String &&value)
CreateChimeWebhookConfigurationRequest & WithWebhookDescription(const char *value)
CreateChimeWebhookConfigurationRequest & WithIamRoleArn(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Tag > & GetTags() const
CreateChimeWebhookConfigurationRequest & AddSnsTopicArns(const Aws::String &value)
CreateChimeWebhookConfigurationRequest & AddSnsTopicArns(Aws::String &&value)
void SetWebhookDescription(const char *value)
CreateChimeWebhookConfigurationRequest & WithTags(Aws::Vector< Tag > &&value)
bool LoggingLevelHasBeenSet() const
void SetWebhookDescription(Aws::String &&value)
bool SnsTopicArnsHasBeenSet() const
CreateChimeWebhookConfigurationRequest & WithConfigurationName(const char *value)
void SetWebhookUrl(const char *value)
void SetLoggingLevel(Aws::String &&value)
void SetWebhookDescription(const Aws::String &value)
void SetConfigurationName(const char *value)
CreateChimeWebhookConfigurationRequest & WithLoggingLevel(Aws::String &&value)
bool ConfigurationNameHasBeenSet() const
bool TagsHasBeenSet() const
bool IamRoleArnHasBeenSet() const
AWS_CHATBOT_API CreateChimeWebhookConfigurationRequest()
CreateChimeWebhookConfigurationRequest & WithLoggingLevel(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector