29 namespace ConfigService
80 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
147 inline void SetS3BucketName(
const char* value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName.assign(value); }
197 inline void SetS3KeyPrefix(
const char* value) { m_s3KeyPrefixHasBeenSet =
true; m_s3KeyPrefix.assign(value); }
252 inline void SetSnsTopicARN(
const char* value) { m_snsTopicARNHasBeenSet =
true; m_snsTopicARN.assign(value); }
301 bool m_nameHasBeenSet;
303 bool m_s3BucketNameHasBeenSet;
305 bool m_s3KeyPrefixHasBeenSet;
307 bool m_snsTopicARNHasBeenSet;
309 bool m_configSnapshotDeliveryPropertiesHasBeenSet;
void SetS3BucketName(Aws::String &&value)
DeliveryChannel & WithConfigSnapshotDeliveryProperties(const ConfigSnapshotDeliveryProperties &value)
DeliveryChannel & WithSnsTopicARN(const Aws::String &value)
DeliveryChannel & WithS3BucketName(const Aws::String &value)
void SetSnsTopicARN(const Aws::String &value)
void SetConfigSnapshotDeliveryProperties(ConfigSnapshotDeliveryProperties &&value)
const Aws::String & GetName() const
void SetS3BucketName(const Aws::String &value)
void SetName(const char *value)
void SetSnsTopicARN(Aws::String &&value)
DeliveryChannel & WithS3BucketName(const char *value)
const Aws::String & GetSnsTopicARN() const
void SetS3BucketName(const char *value)
DeliveryChannel & WithConfigSnapshotDeliveryProperties(ConfigSnapshotDeliveryProperties &&value)
DeliveryChannel & WithName(const Aws::String &value)
void SetName(Aws::String &&value)
DeliveryChannel & WithSnsTopicARN(Aws::String &&value)
const Aws::String & GetS3BucketName() const
void SetS3KeyPrefix(const char *value)
void SetS3KeyPrefix(const Aws::String &value)
DeliveryChannel & WithSnsTopicARN(const char *value)
DeliveryChannel & WithS3BucketName(Aws::String &&value)
DeliveryChannel & WithS3KeyPrefix(const char *value)
const ConfigSnapshotDeliveryProperties & GetConfigSnapshotDeliveryProperties() const
const Aws::String & GetS3KeyPrefix() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetS3KeyPrefix(Aws::String &&value)
DeliveryChannel & WithName(const char *value)
#define AWS_CONFIGSERVICE_API
void SetName(const Aws::String &value)
void SetSnsTopicARN(const char *value)
void SetConfigSnapshotDeliveryProperties(const ConfigSnapshotDeliveryProperties &value)
DeliveryChannel & WithS3KeyPrefix(const Aws::String &value)
DeliveryChannel & WithS3KeyPrefix(Aws::String &&value)
JSON (JavaScript Object Notation).
DeliveryChannel & WithName(Aws::String &&value)