7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/logs/model/S3DeliveryConfiguration.h>
23namespace CloudWatchLogs
76 inline void SetFieldDelimiter(
const char* value) { m_fieldDelimiterHasBeenSet =
true; m_fieldDelimiter.assign(value); }
97 bool m_recordFieldsHasBeenSet =
false;
100 bool m_fieldDelimiterHasBeenSet =
false;
103 bool m_s3DeliveryConfigurationHasBeenSet =
false;
void SetRecordFields(const Aws::Vector< Aws::String > &value)
AWS_CLOUDWATCHLOGS_API ConfigurationTemplateDeliveryConfigValues & operator=(Aws::Utils::Json::JsonView jsonValue)
ConfigurationTemplateDeliveryConfigValues & AddRecordFields(const Aws::String &value)
ConfigurationTemplateDeliveryConfigValues & WithFieldDelimiter(const Aws::String &value)
void SetFieldDelimiter(const Aws::String &value)
ConfigurationTemplateDeliveryConfigValues & WithFieldDelimiter(const char *value)
void SetFieldDelimiter(const char *value)
const S3DeliveryConfiguration & GetS3DeliveryConfiguration() const
void SetS3DeliveryConfiguration(const S3DeliveryConfiguration &value)
AWS_CLOUDWATCHLOGS_API ConfigurationTemplateDeliveryConfigValues()
ConfigurationTemplateDeliveryConfigValues & AddRecordFields(const char *value)
void SetFieldDelimiter(Aws::String &&value)
void SetRecordFields(Aws::Vector< Aws::String > &&value)
const Aws::String & GetFieldDelimiter() const
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
ConfigurationTemplateDeliveryConfigValues & WithS3DeliveryConfiguration(S3DeliveryConfiguration &&value)
ConfigurationTemplateDeliveryConfigValues & AddRecordFields(Aws::String &&value)
const Aws::Vector< Aws::String > & GetRecordFields() const
AWS_CLOUDWATCHLOGS_API ConfigurationTemplateDeliveryConfigValues(Aws::Utils::Json::JsonView jsonValue)
ConfigurationTemplateDeliveryConfigValues & WithFieldDelimiter(Aws::String &&value)
ConfigurationTemplateDeliveryConfigValues & WithS3DeliveryConfiguration(const S3DeliveryConfiguration &value)
bool FieldDelimiterHasBeenSet() const
void SetS3DeliveryConfiguration(S3DeliveryConfiguration &&value)
bool S3DeliveryConfigurationHasBeenSet() const
bool RecordFieldsHasBeenSet() const
ConfigurationTemplateDeliveryConfigValues & WithRecordFields(const Aws::Vector< Aws::String > &value)
ConfigurationTemplateDeliveryConfigValues & WithRecordFields(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue