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() =
default;
86 template<
typename ValueT = Aws::String>
87 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
88 template<
typename ValueT = Aws::String>
94 bool m_nameHasBeenSet =
false;
97 bool m_valueHasBeenSet =
false;
AWS_COMPUTEOPTIMIZER_API Scope(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
ScopeName GetName() const
void SetValue(ValueT &&value)
Scope & WithValue(ValueT &&value)
const Aws::String & GetValue() const
AWS_COMPUTEOPTIMIZER_API Scope & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(ScopeName value)
Scope & WithName(ScopeName value)
AWS_COMPUTEOPTIMIZER_API Scope()=default
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