7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/logs/CloudWatchLogsRequest.h>
10#include <aws/logs/CloudWatchLogs_EXPORTS.h>
11#include <aws/logs/model/S3DeliveryConfiguration.h>
16namespace CloudWatchLogs {
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
61 template <
typename RecordFieldsT = Aws::Vector<Aws::String>>
63 m_recordFieldsHasBeenSet =
true;
64 m_recordFields = std::forward<RecordFieldsT>(value);
66 template <
typename RecordFieldsT = Aws::Vector<Aws::String>>
71 template <
typename RecordFieldsT = Aws::String>
73 m_recordFieldsHasBeenSet =
true;
74 m_recordFields.emplace_back(std::forward<RecordFieldsT>(value));
87 template <
typename FieldDelimiterT = Aws::String>
89 m_fieldDelimiterHasBeenSet =
true;
90 m_fieldDelimiter = std::forward<FieldDelimiterT>(value);
92 template <
typename FieldDelimiterT = Aws::String>
106 template <
typename S3DeliveryConfigurationT = S3DeliveryConfiguration>
108 m_s3DeliveryConfigurationHasBeenSet =
true;
109 m_s3DeliveryConfiguration = std::forward<S3DeliveryConfigurationT>(value);
111 template <
typename S3DeliveryConfigurationT = S3DeliveryConfiguration>
125 bool m_idHasBeenSet =
false;
126 bool m_recordFieldsHasBeenSet =
false;
127 bool m_fieldDelimiterHasBeenSet =
false;
128 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