7#include <aws/servicecatalog/ServiceCatalog_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ServiceCatalog
47 template<
typename TypeT = Aws::String>
48 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
49 template<
typename TypeT = Aws::String>
59 template<
typename ValueT = Aws::String>
60 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
61 template<
typename ValueT = Aws::String>
67 bool m_typeHasBeenSet =
false;
70 bool m_valueHasBeenSet =
false;
bool ValueHasBeenSet() const
AWS_SERVICECATALOG_API UsageInstruction & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SERVICECATALOG_API UsageInstruction(Aws::Utils::Json::JsonView jsonValue)
UsageInstruction & WithValue(ValueT &&value)
AWS_SERVICECATALOG_API UsageInstruction()=default
bool TypeHasBeenSet() const
void SetValue(ValueT &&value)
AWS_SERVICECATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetValue() const
void SetType(TypeT &&value)
UsageInstruction & WithType(TypeT &&value)
const Aws::String & GetType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue