7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
60 template<
typename Prov
iderT = Aws::String>
61 void SetProvider(ProviderT&& value) { m_providerHasBeenSet =
true; m_provider = std::forward<ProviderT>(value); }
62 template<
typename Prov
iderT = Aws::String>
72 template<
typename TypeT = Aws::String>
73 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
74 template<
typename TypeT = Aws::String>
84 template<
typename ValueT = Aws::String>
85 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
86 template<
typename ValueT = Aws::String>
92 bool m_nameHasBeenSet =
false;
95 bool m_providerHasBeenSet =
false;
98 bool m_typeHasBeenSet =
false;
101 bool m_valueHasBeenSet =
false;
bool TypeHasBeenSet() const
const Aws::String & GetValue() const
const Aws::String & GetProvider() const
void SetName(NameT &&value)
void SetValue(ValueT &&value)
bool ValueHasBeenSet() const
const Aws::String & GetName() const
Resource & WithProvider(ProviderT &&value)
const Aws::String & GetType() const
Resource & WithValue(ValueT &&value)
Resource & WithType(TypeT &&value)
Resource & WithName(NameT &&value)
void SetType(TypeT &&value)
AWS_DATAZONE_API Resource(Aws::Utils::Json::JsonView jsonValue)
void SetProvider(ProviderT &&value)
bool NameHasBeenSet() const
bool ProviderHasBeenSet() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API Resource & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Resource()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue