7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
48 template<
typename DelimiterT = Aws::String>
49 void SetDelimiter(DelimiterT&& value) { m_delimiterHasBeenSet =
true; m_delimiter = std::forward<DelimiterT>(value); }
50 template<
typename DelimiterT = Aws::String>
63 template<
typename HeaderListT = Aws::Vector<Aws::String>>
64 void SetHeaderList(HeaderListT&& value) { m_headerListHasBeenSet =
true; m_headerList = std::forward<HeaderListT>(value); }
65 template<
typename HeaderListT = Aws::Vector<Aws::String>>
67 template<
typename HeaderListT = Aws::String>
68 CsvOptions&
AddHeaderList(HeaderListT&& value) { m_headerListHasBeenSet =
true; m_headerList.emplace_back(std::forward<HeaderListT>(value));
return *
this; }
73 bool m_delimiterHasBeenSet =
false;
76 bool m_headerListHasBeenSet =
false;
AWS_DYNAMODB_API CsvOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
CsvOptions & AddHeaderList(HeaderListT &&value)
const Aws::Vector< Aws::String > & GetHeaderList() const
void SetHeaderList(HeaderListT &&value)
CsvOptions & WithDelimiter(DelimiterT &&value)
AWS_DYNAMODB_API CsvOptions()=default
const Aws::String & GetDelimiter() const
bool DelimiterHasBeenSet() const
CsvOptions & WithHeaderList(HeaderListT &&value)
void SetDelimiter(DelimiterT &&value)
AWS_DYNAMODB_API CsvOptions(Aws::Utils::Json::JsonView jsonValue)
bool HeaderListHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue