7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/logs/model/S3DeliveryConfiguration.h>
16namespace CloudWatchLogs
45 template<
typename IdT = Aws::String>
46 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
47 template<
typename IdT = Aws::String>
59 template<
typename RecordFieldsT = Aws::Vector<Aws::String>>
60 void SetRecordFields(RecordFieldsT&& value) { m_recordFieldsHasBeenSet =
true; m_recordFields = std::forward<RecordFieldsT>(value); }
61 template<
typename RecordFieldsT = Aws::Vector<Aws::String>>
63 template<
typename RecordFieldsT = Aws::String>
75 template<
typename FieldDelimiterT = Aws::String>
76 void SetFieldDelimiter(FieldDelimiterT&& value) { m_fieldDelimiterHasBeenSet =
true; m_fieldDelimiter = std::forward<FieldDelimiterT>(value); }
77 template<
typename FieldDelimiterT = Aws::String>
88 template<
typename S3DeliveryConfigurationT = S3DeliveryConfiguration>
89 void SetS3DeliveryConfiguration(S3DeliveryConfigurationT&& value) { m_s3DeliveryConfigurationHasBeenSet =
true; m_s3DeliveryConfiguration = std::forward<S3DeliveryConfigurationT>(value); }
90 template<
typename S3DeliveryConfigurationT = S3DeliveryConfiguration>
96 bool m_idHasBeenSet =
false;
99 bool m_recordFieldsHasBeenSet =
false;
102 bool m_fieldDelimiterHasBeenSet =
false;
105 bool m_s3DeliveryConfigurationHasBeenSet =
false;
bool RecordFieldsHasBeenSet() const
const Aws::String & GetId() const
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
const Aws::String & GetFieldDelimiter() const
UpdateDeliveryConfigurationRequest & AddRecordFields(RecordFieldsT &&value)
void SetRecordFields(RecordFieldsT &&value)
UpdateDeliveryConfigurationRequest & WithFieldDelimiter(FieldDelimiterT &&value)
const Aws::Vector< Aws::String > & GetRecordFields() const
const S3DeliveryConfiguration & GetS3DeliveryConfiguration() const
bool S3DeliveryConfigurationHasBeenSet() const
UpdateDeliveryConfigurationRequest & WithId(IdT &&value)
bool FieldDelimiterHasBeenSet() const
UpdateDeliveryConfigurationRequest & WithS3DeliveryConfiguration(S3DeliveryConfigurationT &&value)
void SetFieldDelimiter(FieldDelimiterT &&value)
UpdateDeliveryConfigurationRequest & WithRecordFields(RecordFieldsT &&value)
void SetS3DeliveryConfiguration(S3DeliveryConfigurationT &&value)
bool IdHasBeenSet() const
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_CLOUDWATCHLOGS_API UpdateDeliveryConfigurationRequest()=default
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector