7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/PropertyRole.h>
10#include <aws/quicksight/model/PropertyUsage.h>
11#include <aws/quicksight/model/NamedEntityDefinitionMetric.h>
51 inline void SetFieldName(
const char* value) { m_fieldNameHasBeenSet =
true; m_fieldName.assign(value); }
65 inline void SetPropertyName(
const char* value) { m_propertyNameHasBeenSet =
true; m_propertyName.assign(value); }
111 bool m_fieldNameHasBeenSet =
false;
114 bool m_propertyNameHasBeenSet =
false;
117 bool m_propertyRoleHasBeenSet =
false;
120 bool m_propertyUsageHasBeenSet =
false;
123 bool m_metricHasBeenSet =
false;
AWS_QUICKSIGHT_API NamedEntityDefinition(Aws::Utils::Json::JsonView jsonValue)
void SetPropertyUsage(PropertyUsage &&value)
NamedEntityDefinition & WithPropertyRole(const PropertyRole &value)
void SetPropertyUsage(const PropertyUsage &value)
void SetPropertyRole(PropertyRole &&value)
void SetPropertyName(const Aws::String &value)
NamedEntityDefinition & WithMetric(const NamedEntityDefinitionMetric &value)
const PropertyUsage & GetPropertyUsage() const
NamedEntityDefinition & WithPropertyName(const Aws::String &value)
AWS_QUICKSIGHT_API NamedEntityDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
NamedEntityDefinition & WithPropertyRole(PropertyRole &&value)
NamedEntityDefinition & WithPropertyUsage(const PropertyUsage &value)
NamedEntityDefinition & WithFieldName(const Aws::String &value)
NamedEntityDefinition & WithPropertyName(Aws::String &&value)
const Aws::String & GetFieldName() const
NamedEntityDefinition & WithFieldName(Aws::String &&value)
NamedEntityDefinition & WithMetric(NamedEntityDefinitionMetric &&value)
void SetPropertyName(Aws::String &&value)
void SetMetric(NamedEntityDefinitionMetric &&value)
NamedEntityDefinition & WithFieldName(const char *value)
void SetFieldName(Aws::String &&value)
AWS_QUICKSIGHT_API NamedEntityDefinition()
bool PropertyNameHasBeenSet() const
void SetFieldName(const Aws::String &value)
bool PropertyRoleHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPropertyRole(const PropertyRole &value)
void SetFieldName(const char *value)
const PropertyRole & GetPropertyRole() const
void SetPropertyName(const char *value)
bool PropertyUsageHasBeenSet() const
const NamedEntityDefinitionMetric & GetMetric() const
bool FieldNameHasBeenSet() const
NamedEntityDefinition & WithPropertyName(const char *value)
const Aws::String & GetPropertyName() const
void SetMetric(const NamedEntityDefinitionMetric &value)
NamedEntityDefinition & WithPropertyUsage(PropertyUsage &&value)
bool MetricHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue