7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename NamespaceT = Aws::String>
59 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
60 template<
typename NamespaceT = Aws::String>
66 bool m_nameHasBeenSet =
false;
69 bool m_namespaceHasBeenSet =
false;
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
const Aws::String & GetNamespace() const
AWS_DATAZONE_API NameIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
NameIdentifier & WithName(NameT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
bool NamespaceHasBeenSet() const
void SetNamespace(NamespaceT &&value)
AWS_DATAZONE_API NameIdentifier(Aws::Utils::Json::JsonView jsonValue)
NameIdentifier & WithNamespace(NamespaceT &&value)
AWS_DATAZONE_API NameIdentifier()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue