7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/config/model/ConfigSnapshotDeliveryProperties.h>
22namespace ConfigService
54 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
73 inline void SetS3BucketName(
const char* value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName.assign(value); }
87 inline void SetS3KeyPrefix(
const char* value) { m_s3KeyPrefixHasBeenSet =
true; m_s3KeyPrefix.assign(value); }
103 inline void SetS3KmsKeyArn(
const char* value) { m_s3KmsKeyArnHasBeenSet =
true; m_s3KmsKeyArn.assign(value); }
122 inline void SetSnsTopicARN(
const char* value) { m_snsTopicARNHasBeenSet =
true; m_snsTopicARN.assign(value); }
143 bool m_nameHasBeenSet =
false;
146 bool m_s3BucketNameHasBeenSet =
false;
149 bool m_s3KeyPrefixHasBeenSet =
false;
152 bool m_s3KmsKeyArnHasBeenSet =
false;
155 bool m_snsTopicARNHasBeenSet =
false;
158 bool m_configSnapshotDeliveryPropertiesHasBeenSet =
false;
DeliveryChannel & WithConfigSnapshotDeliveryProperties(ConfigSnapshotDeliveryProperties &&value)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
DeliveryChannel & WithS3KmsKeyArn(Aws::String &&value)
DeliveryChannel & WithSnsTopicARN(const char *value)
bool S3BucketNameHasBeenSet() const
DeliveryChannel & WithSnsTopicARN(Aws::String &&value)
bool S3KmsKeyArnHasBeenSet() const
void SetName(const Aws::String &value)
void SetSnsTopicARN(const char *value)
const Aws::String & GetS3BucketName() const
void SetS3KmsKeyArn(const Aws::String &value)
DeliveryChannel & WithS3KeyPrefix(const char *value)
DeliveryChannel & WithS3KeyPrefix(Aws::String &&value)
DeliveryChannel & WithS3BucketName(const Aws::String &value)
void SetS3BucketName(const Aws::String &value)
AWS_CONFIGSERVICE_API DeliveryChannel & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(const char *value)
DeliveryChannel & WithS3KeyPrefix(const Aws::String &value)
const Aws::String & GetS3KmsKeyArn() const
const Aws::String & GetName() const
void SetS3KmsKeyArn(const char *value)
const Aws::String & GetS3KeyPrefix() const
void SetS3KeyPrefix(const char *value)
bool S3KeyPrefixHasBeenSet() const
AWS_CONFIGSERVICE_API DeliveryChannel(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
DeliveryChannel & WithConfigSnapshotDeliveryProperties(const ConfigSnapshotDeliveryProperties &value)
DeliveryChannel & WithS3BucketName(const char *value)
const ConfigSnapshotDeliveryProperties & GetConfigSnapshotDeliveryProperties() const
AWS_CONFIGSERVICE_API DeliveryChannel()
bool SnsTopicARNHasBeenSet() const
void SetName(Aws::String &&value)
void SetS3BucketName(const char *value)
DeliveryChannel & WithName(Aws::String &&value)
DeliveryChannel & WithName(const Aws::String &value)
DeliveryChannel & WithSnsTopicARN(const Aws::String &value)
void SetS3BucketName(Aws::String &&value)
void SetConfigSnapshotDeliveryProperties(const ConfigSnapshotDeliveryProperties &value)
void SetSnsTopicARN(const Aws::String &value)
DeliveryChannel & WithName(const char *value)
void SetS3KmsKeyArn(Aws::String &&value)
void SetSnsTopicARN(Aws::String &&value)
void SetS3KeyPrefix(Aws::String &&value)
DeliveryChannel & WithS3KmsKeyArn(const Aws::String &value)
void SetS3KeyPrefix(const Aws::String &value)
bool ConfigSnapshotDeliveryPropertiesHasBeenSet() const
const Aws::String & GetSnsTopicARN() const
void SetConfigSnapshotDeliveryProperties(ConfigSnapshotDeliveryProperties &&value)
DeliveryChannel & WithS3BucketName(Aws::String &&value)
DeliveryChannel & WithS3KmsKeyArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue