7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECS_EXPORTS.h>
66 template <
typename NamespaceT = Aws::String>
68 m_namespaceHasBeenSet =
true;
69 m_namespace = std::forward<NamespaceT>(value);
71 template <
typename NamespaceT = Aws::String>
91 template <
typename ValueT = Aws::String>
93 m_valueHasBeenSet =
true;
94 m_value = std::forward<ValueT>(value);
96 template <
typename ValueT = Aws::String>
98 SetValue(std::forward<ValueT>(value));
106 bool m_namespaceHasBeenSet =
false;
107 bool m_valueHasBeenSet =
false;
SystemControl & WithNamespace(NamespaceT &&value)
const Aws::String & GetValue() const
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetNamespace() const
void SetNamespace(NamespaceT &&value)
AWS_ECS_API SystemControl(Aws::Utils::Json::JsonView jsonValue)
bool NamespaceHasBeenSet() const
AWS_ECS_API SystemControl()=default
bool ValueHasBeenSet() const
AWS_ECS_API SystemControl & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValue(ValueT &&value)
SystemControl & WithValue(ValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue