7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dynamodb/DynamoDB_EXPORTS.h>
42 template <
typename DelimiterT = Aws::String>
44 m_delimiterHasBeenSet =
true;
45 m_delimiter = std::forward<DelimiterT>(value);
47 template <
typename DelimiterT = Aws::String>
63 template <
typename HeaderListT = Aws::Vector<Aws::String>>
65 m_headerListHasBeenSet =
true;
66 m_headerList = std::forward<HeaderListT>(value);
68 template <
typename HeaderListT = Aws::Vector<Aws::String>>
73 template <
typename HeaderListT = Aws::String>
75 m_headerListHasBeenSet =
true;
76 m_headerList.emplace_back(std::forward<HeaderListT>(value));
84 bool m_delimiterHasBeenSet =
false;
85 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