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
52 inline void SetModel(
const char* value) { m_modelHasBeenSet =
true; m_model.assign(value); }
103 bool m_modelHasBeenSet =
false;
106 bool m_sortHasBeenSet =
false;
109 bool m_predicateHasBeenSet =
false;
112 bool m_identifiersHasBeenSet =
false;
ComponentDataConfiguration & WithIdentifiers(Aws::Vector< Aws::String > &&value)
const Aws::Vector< SortProperty > & GetSort() const
const Aws::Vector< Aws::String > & GetIdentifiers() const
bool SortHasBeenSet() const
void SetIdentifiers(Aws::Vector< Aws::String > &&value)
ComponentDataConfiguration & WithSort(const Aws::Vector< SortProperty > &value)
bool PredicateHasBeenSet() const
void SetModel(const char *value)
AWS_AMPLIFYUIBUILDER_API ComponentDataConfiguration()
ComponentDataConfiguration & AddIdentifiers(Aws::String &&value)
ComponentDataConfiguration & WithSort(Aws::Vector< SortProperty > &&value)
ComponentDataConfiguration & WithModel(const Aws::String &value)
ComponentDataConfiguration & WithModel(Aws::String &&value)
ComponentDataConfiguration & AddIdentifiers(const Aws::String &value)
bool ModelHasBeenSet() const
AWS_AMPLIFYUIBUILDER_API ComponentDataConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ComponentDataConfiguration & AddIdentifiers(const char *value)
const Aws::String & GetModel() const
void SetPredicate(const Predicate &value)
bool IdentifiersHasBeenSet() const
ComponentDataConfiguration & WithPredicate(Predicate &&value)
void SetModel(Aws::String &&value)
void SetIdentifiers(const Aws::Vector< Aws::String > &value)
ComponentDataConfiguration & AddSort(const SortProperty &value)
void SetSort(Aws::Vector< SortProperty > &&value)
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
ComponentDataConfiguration & WithIdentifiers(const Aws::Vector< Aws::String > &value)
const Predicate & GetPredicate() const
void SetPredicate(Predicate &&value)
ComponentDataConfiguration & WithPredicate(const Predicate &value)
void SetSort(const Aws::Vector< SortProperty > &value)
void SetModel(const Aws::String &value)
ComponentDataConfiguration & AddSort(SortProperty &&value)
ComponentDataConfiguration & WithModel(const char *value)
AWS_AMPLIFYUIBUILDER_API ComponentDataConfiguration(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