7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/amplifyuibuilder/model/Predicate.h>
11#include <aws/amplifyuibuilder/model/SortProperty.h>
24namespace AmplifyUIBuilder
50 template<
typename ModelT = Aws::String>
51 void SetModel(ModelT&& value) { m_modelHasBeenSet =
true; m_model = std::forward<ModelT>(value); }
52 template<
typename ModelT = Aws::String>
62 template<
typename SortT = Aws::Vector<SortProperty>>
63 void SetSort(SortT&& value) { m_sortHasBeenSet =
true; m_sort = std::forward<SortT>(value); }
64 template<
typename SortT = Aws::Vector<SortProperty>>
66 template<
typename SortT = SortProperty>
77 template<
typename PredicateT = Predicate>
78 void SetPredicate(PredicateT&& value) { m_predicateHasBeenSet =
true; m_predicate = std::forward<PredicateT>(value); }
79 template<
typename PredicateT = Predicate>
90 template<
typename IdentifiersT = Aws::Vector<Aws::String>>
91 void SetIdentifiers(IdentifiersT&& value) { m_identifiersHasBeenSet =
true; m_identifiers = std::forward<IdentifiersT>(value); }
92 template<
typename IdentifiersT = Aws::Vector<Aws::String>>
94 template<
typename IdentifiersT = Aws::String>
100 bool m_modelHasBeenSet =
false;
103 bool m_sortHasBeenSet =
false;
106 bool m_predicateHasBeenSet =
false;
109 bool m_identifiersHasBeenSet =
false;
const Aws::Vector< SortProperty > & GetSort() const
const Aws::Vector< Aws::String > & GetIdentifiers() const
bool SortHasBeenSet() const
void SetSort(SortT &&value)
bool PredicateHasBeenSet() const
ComponentDataConfiguration & WithSort(SortT &&value)
ComponentDataConfiguration & WithModel(ModelT &&value)
AWS_AMPLIFYUIBUILDER_API ComponentDataConfiguration()=default
void SetPredicate(PredicateT &&value)
bool ModelHasBeenSet() const
AWS_AMPLIFYUIBUILDER_API ComponentDataConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetModel() const
bool IdentifiersHasBeenSet() const
void SetIdentifiers(IdentifiersT &&value)
ComponentDataConfiguration & WithPredicate(PredicateT &&value)
ComponentDataConfiguration & AddSort(SortT &&value)
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
ComponentDataConfiguration & AddIdentifiers(IdentifiersT &&value)
const Predicate & GetPredicate() const
AWS_AMPLIFYUIBUILDER_API ComponentDataConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetModel(ModelT &&value)
ComponentDataConfiguration & WithIdentifiers(IdentifiersT &&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