28 namespace ServiceCatalog
63 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
88 inline void SetApproximateCount(
int value) { m_approximateCountHasBeenSet =
true; m_approximateCount = value; }
97 bool m_valueHasBeenSet;
98 int m_approximateCount;
99 bool m_approximateCountHasBeenSet;
ProductViewAggregationValue & WithValue(const Aws::String &value)
#define AWS_SERVICECATALOG_API
void SetApproximateCount(int value)
void SetValue(const char *value)
int GetApproximateCount() const
ProductViewAggregationValue & WithApproximateCount(int value)
ProductViewAggregationValue & WithValue(const char *value)
const Aws::String & GetValue() const
ProductViewAggregationValue & WithValue(Aws::String &&value)
void SetValue(Aws::String &&value)
void SetValue(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
JSON (JavaScript Object Notation).