7#include <aws/compute-optimizer/ComputeOptimizer_EXPORTS.h>
8#include <aws/compute-optimizer/model/ScopeName.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ComputeOptimizer
50 AWS_COMPUTEOPTIMIZER_API
Scope();
69 inline void SetName(
const ScopeName& value) { m_nameHasBeenSet =
true; m_name = value; }
70 inline void SetName(
ScopeName&& value) { m_nameHasBeenSet =
true; m_name = std::move(value); }
90 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
98 bool m_nameHasBeenSet =
false;
101 bool m_valueHasBeenSet =
false;
void SetValue(Aws::String &&value)
Scope & WithName(ScopeName &&value)
void SetName(ScopeName &&value)
AWS_COMPUTEOPTIMIZER_API Scope(Aws::Utils::Json::JsonView jsonValue)
const ScopeName & GetName() const
bool NameHasBeenSet() const
const Aws::String & GetValue() const
AWS_COMPUTEOPTIMIZER_API Scope & operator=(Aws::Utils::Json::JsonView jsonValue)
Scope & WithValue(const char *value)
void SetValue(const Aws::String &value)
Scope & WithName(const ScopeName &value)
AWS_COMPUTEOPTIMIZER_API Scope()
Scope & WithValue(const Aws::String &value)
Scope & WithValue(Aws::String &&value)
void SetName(const ScopeName &value)
void SetValue(const char *value)
AWS_COMPUTEOPTIMIZER_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValueHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue