7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/logs/CloudWatchLogs_EXPORTS.h>
20namespace CloudWatchLogs {
34 AWS_CLOUDWATCHLOGS_API
CSV() =
default;
46 template <
typename QuoteCharacterT = Aws::String>
48 m_quoteCharacterHasBeenSet =
true;
49 m_quoteCharacter = std::forward<QuoteCharacterT>(value);
51 template <
typename QuoteCharacterT = Aws::String>
66 template <
typename DelimiterT = Aws::String>
68 m_delimiterHasBeenSet =
true;
69 m_delimiter = std::forward<DelimiterT>(value);
71 template <
typename DelimiterT = Aws::String>
86 template <
typename ColumnsT = Aws::Vector<Aws::String>>
88 m_columnsHasBeenSet =
true;
89 m_columns = std::forward<ColumnsT>(value);
91 template <
typename ColumnsT = Aws::Vector<Aws::String>>
96 template <
typename ColumnsT = Aws::String>
98 m_columnsHasBeenSet =
true;
99 m_columns.emplace_back(std::forward<ColumnsT>(value));
111 template <
typename SourceT = Aws::String>
113 m_sourceHasBeenSet =
true;
114 m_source = std::forward<SourceT>(value);
116 template <
typename SourceT = Aws::String>
130 bool m_quoteCharacterHasBeenSet =
false;
131 bool m_delimiterHasBeenSet =
false;
132 bool m_columnsHasBeenSet =
false;
133 bool m_sourceHasBeenSet =
false;
const Aws::String & GetDelimiter() const
bool QuoteCharacterHasBeenSet() const
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetColumns(ColumnsT &&value)
bool SourceHasBeenSet() const
CSV & WithQuoteCharacter(QuoteCharacterT &&value)
bool DelimiterHasBeenSet() const
CSV & WithDelimiter(DelimiterT &&value)
AWS_CLOUDWATCHLOGS_API CSV & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetQuoteCharacter() const
CSV & WithColumns(ColumnsT &&value)
bool ColumnsHasBeenSet() const
void SetSource(SourceT &&value)
void SetQuoteCharacter(QuoteCharacterT &&value)
void SetDelimiter(DelimiterT &&value)
const Aws::String & GetSource() const
CSV & WithSource(SourceT &&value)
CSV & AddColumns(ColumnsT &&value)
const Aws::Vector< Aws::String > & GetColumns() const
AWS_CLOUDWATCHLOGS_API CSV()=default
AWS_CLOUDWATCHLOGS_API CSV(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue