7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/pipes/model/BatchResourceRequirementType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
137 template<
typename ValueT = Aws::String>
138 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
139 template<
typename ValueT = Aws::String>
145 bool m_typeHasBeenSet =
false;
148 bool m_valueHasBeenSet =
false;
bool TypeHasBeenSet() const
BatchResourceRequirement & WithType(BatchResourceRequirementType value)
AWS_PIPES_API BatchResourceRequirement & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
void SetValue(ValueT &&value)
BatchResourceRequirementType GetType() const
bool ValueHasBeenSet() const
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
BatchResourceRequirement & WithValue(ValueT &&value)
void SetType(BatchResourceRequirementType value)
AWS_PIPES_API BatchResourceRequirement()=default
AWS_PIPES_API BatchResourceRequirement(Aws::Utils::Json::JsonView jsonValue)
BatchResourceRequirementType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue