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>
49 template<
typename FieldNameT = Aws::String>
50 void SetFieldName(FieldNameT&& value) { m_fieldNameHasBeenSet =
true; m_fieldName = std::forward<FieldNameT>(value); }
51 template<
typename FieldNameT = Aws::String>
61 template<
typename PropertyNameT = Aws::String>
62 void SetPropertyName(PropertyNameT&& value) { m_propertyNameHasBeenSet =
true; m_propertyName = std::forward<PropertyNameT>(value); }
63 template<
typename PropertyNameT = Aws::String>
95 template<
typename MetricT = NamedEntityDefinitionMetric>
96 void SetMetric(MetricT&& value) { m_metricHasBeenSet =
true; m_metric = std::forward<MetricT>(value); }
97 template<
typename MetricT = NamedEntityDefinitionMetric>
103 bool m_fieldNameHasBeenSet =
false;
106 bool m_propertyNameHasBeenSet =
false;
109 bool m_propertyRoleHasBeenSet =
false;
112 bool m_propertyUsageHasBeenSet =
false;
114 NamedEntityDefinitionMetric m_metric;
115 bool m_metricHasBeenSet =
false;
AWS_QUICKSIGHT_API NamedEntityDefinition(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API NamedEntityDefinition()=default
void SetFieldName(FieldNameT &&value)
void SetMetric(MetricT &&value)
void SetPropertyUsage(PropertyUsage value)
AWS_QUICKSIGHT_API NamedEntityDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFieldName() const
NamedEntityDefinition & WithMetric(MetricT &&value)
PropertyRole GetPropertyRole() const
bool PropertyNameHasBeenSet() const
bool PropertyRoleHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
NamedEntityDefinition & WithPropertyRole(PropertyRole value)
NamedEntityDefinition & WithPropertyName(PropertyNameT &&value)
NamedEntityDefinition & WithFieldName(FieldNameT &&value)
NamedEntityDefinition & WithPropertyUsage(PropertyUsage value)
void SetPropertyName(PropertyNameT &&value)
bool PropertyUsageHasBeenSet() const
PropertyUsage GetPropertyUsage() const
const NamedEntityDefinitionMetric & GetMetric() const
bool FieldNameHasBeenSet() const
const Aws::String & GetPropertyName() const
void SetPropertyRole(PropertyRole value)
bool MetricHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue