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
55 template<
typename RecordFieldsT = Aws::Vector<Aws::String>>
56 void SetRecordFields(RecordFieldsT&& value) { m_recordFieldsHasBeenSet =
true; m_recordFields = std::forward<RecordFieldsT>(value); }
57 template<
typename RecordFieldsT = Aws::Vector<Aws::String>>
59 template<
typename RecordFieldsT = Aws::String>
73 template<
typename FieldDelimiterT = Aws::String>
74 void SetFieldDelimiter(FieldDelimiterT&& value) { m_fieldDelimiterHasBeenSet =
true; m_fieldDelimiter = std::forward<FieldDelimiterT>(value); }
75 template<
typename FieldDelimiterT = Aws::String>
86 template<
typename S3DeliveryConfigurationT = S3DeliveryConfiguration>
87 void SetS3DeliveryConfiguration(S3DeliveryConfigurationT&& value) { m_s3DeliveryConfigurationHasBeenSet =
true; m_s3DeliveryConfiguration = std::forward<S3DeliveryConfigurationT>(value); }
88 template<
typename S3DeliveryConfigurationT = S3DeliveryConfiguration>
94 bool m_recordFieldsHasBeenSet =
false;
97 bool m_fieldDelimiterHasBeenSet =
false;
100 bool m_s3DeliveryConfigurationHasBeenSet =
false;
ConfigurationTemplateDeliveryConfigValues & WithS3DeliveryConfiguration(S3DeliveryConfigurationT &&value)
AWS_CLOUDWATCHLOGS_API ConfigurationTemplateDeliveryConfigValues & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHLOGS_API ConfigurationTemplateDeliveryConfigValues()=default
ConfigurationTemplateDeliveryConfigValues & WithFieldDelimiter(FieldDelimiterT &&value)
const S3DeliveryConfiguration & GetS3DeliveryConfiguration() const
void SetFieldDelimiter(FieldDelimiterT &&value)
void SetS3DeliveryConfiguration(S3DeliveryConfigurationT &&value)
const Aws::String & GetFieldDelimiter() const
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetRecordFields() const
AWS_CLOUDWATCHLOGS_API ConfigurationTemplateDeliveryConfigValues(Aws::Utils::Json::JsonView jsonValue)
void SetRecordFields(RecordFieldsT &&value)
bool FieldDelimiterHasBeenSet() const
ConfigurationTemplateDeliveryConfigValues & AddRecordFields(RecordFieldsT &&value)
bool S3DeliveryConfigurationHasBeenSet() const
bool RecordFieldsHasBeenSet() const
ConfigurationTemplateDeliveryConfigValues & WithRecordFields(RecordFieldsT &&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