7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace CloudWatchLogs
39 AWS_CLOUDWATCHLOGS_API
CSV() =
default;
52 template<
typename QuoteCharacterT = Aws::String>
53 void SetQuoteCharacter(QuoteCharacterT&& value) { m_quoteCharacterHasBeenSet =
true; m_quoteCharacter = std::forward<QuoteCharacterT>(value); }
54 template<
typename QuoteCharacterT = Aws::String>
66 template<
typename DelimiterT = Aws::String>
67 void SetDelimiter(DelimiterT&& value) { m_delimiterHasBeenSet =
true; m_delimiter = std::forward<DelimiterT>(value); }
68 template<
typename DelimiterT = Aws::String>
80 template<
typename ColumnsT = Aws::Vector<Aws::String>>
81 void SetColumns(ColumnsT&& value) { m_columnsHasBeenSet =
true; m_columns = std::forward<ColumnsT>(value); }
82 template<
typename ColumnsT = Aws::Vector<Aws::String>>
84 template<
typename ColumnsT = Aws::String>
85 CSV&
AddColumns(ColumnsT&& value) { m_columnsHasBeenSet =
true; m_columns.emplace_back(std::forward<ColumnsT>(value));
return *
this; }
95 template<
typename SourceT = Aws::String>
96 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
97 template<
typename SourceT = Aws::String>
103 bool m_quoteCharacterHasBeenSet =
false;
106 bool m_delimiterHasBeenSet =
false;
109 bool m_columnsHasBeenSet =
false;
112 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