7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/ServiceResourceIdName.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 m_nameHasBeenSet =
true;
57 template <
typename ValueT = Aws::String>
59 m_valueHasBeenSet =
true;
60 m_value = std::forward<ValueT>(value);
62 template <
typename ValueT = Aws::String>
64 SetValue(std::forward<ValueT>(value));
72 bool m_nameHasBeenSet =
false;
73 bool m_valueHasBeenSet =
false;
AWS_BATCH_API ServiceResourceId(Aws::Utils::Json::JsonView jsonValue)
ServiceResourceId & WithName(ServiceResourceIdName value)
const Aws::String & GetValue() const
void SetValue(ValueT &&value)
bool ValueHasBeenSet() const
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(ServiceResourceIdName value)
bool NameHasBeenSet() const
ServiceResourceIdName GetName() const
ServiceResourceId & WithValue(ValueT &&value)
AWS_BATCH_API ServiceResourceId()=default
AWS_BATCH_API ServiceResourceId & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue