7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
42 template <
typename DescriptionT = Aws::String>
44 m_descriptionHasBeenSet =
true;
45 m_description = std::forward<DescriptionT>(value);
47 template <
typename DescriptionT = Aws::String>
60 template <
typename ColumnsT = Aws::Vector<Aws::String>>
62 m_columnsHasBeenSet =
true;
63 m_columns = std::forward<ColumnsT>(value);
65 template <
typename ColumnsT = Aws::Vector<Aws::String>>
70 template <
typename ColumnsT = Aws::String>
72 m_columnsHasBeenSet =
true;
73 m_columns.emplace_back(std::forward<ColumnsT>(value));
81 bool m_descriptionHasBeenSet =
false;
82 bool m_columnsHasBeenSet =
false;
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API FieldFolder & operator=(Aws::Utils::Json::JsonView jsonValue)
FieldFolder & WithColumns(ColumnsT &&value)
FieldFolder & WithDescription(DescriptionT &&value)
AWS_QUICKSIGHT_API FieldFolder()=default
bool DescriptionHasBeenSet() const
const Aws::Vector< Aws::String > & GetColumns() const
AWS_QUICKSIGHT_API FieldFolder(Aws::Utils::Json::JsonView jsonValue)
void SetColumns(ColumnsT &&value)
FieldFolder & AddColumns(ColumnsT &&value)
bool ColumnsHasBeenSet() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue