7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/ServiceResourceIdName.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename ValueT = Aws::String>
58 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
59 template<
typename ValueT = Aws::String>
65 bool m_nameHasBeenSet =
false;
68 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