7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename NamespaceT = Aws::String>
60 m_namespaceHasBeenSet =
true;
61 m_namespace = std::forward<NamespaceT>(value);
63 template <
typename NamespaceT = Aws::String>
73 bool m_nameHasBeenSet =
false;
74 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