7#include <aws/servicediscovery/ServiceDiscovery_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ServiceDiscovery
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
61 inline void SetCreatorRequestId(
const char* value) { m_creatorRequestIdHasBeenSet =
true; m_creatorRequestId.assign(value); }
75 inline void SetNamespaceId(
const char* value) { m_namespaceIdHasBeenSet =
true; m_namespaceId.assign(value); }
83 bool m_messageHasBeenSet =
false;
86 bool m_creatorRequestIdHasBeenSet =
false;
89 bool m_namespaceIdHasBeenSet =
false;
bool MessageHasBeenSet() const
void SetCreatorRequestId(const Aws::String &value)
bool CreatorRequestIdHasBeenSet() const
void SetMessage(const Aws::String &value)
NamespaceAlreadyExists & WithCreatorRequestId(Aws::String &&value)
AWS_SERVICEDISCOVERY_API NamespaceAlreadyExists(Aws::Utils::Json::JsonView jsonValue)
NamespaceAlreadyExists & WithNamespaceId(const char *value)
bool NamespaceIdHasBeenSet() const
void SetMessage(Aws::String &&value)
NamespaceAlreadyExists & WithNamespaceId(Aws::String &&value)
void SetNamespaceId(Aws::String &&value)
AWS_SERVICEDISCOVERY_API NamespaceAlreadyExists & operator=(Aws::Utils::Json::JsonView jsonValue)
NamespaceAlreadyExists & WithMessage(const char *value)
NamespaceAlreadyExists & WithMessage(const Aws::String &value)
NamespaceAlreadyExists & WithMessage(Aws::String &&value)
AWS_SERVICEDISCOVERY_API NamespaceAlreadyExists()
NamespaceAlreadyExists & WithNamespaceId(const Aws::String &value)
void SetNamespaceId(const char *value)
NamespaceAlreadyExists & WithCreatorRequestId(const char *value)
NamespaceAlreadyExists & WithCreatorRequestId(const Aws::String &value)
AWS_SERVICEDISCOVERY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreatorRequestId(const char *value)
void SetCreatorRequestId(Aws::String &&value)
const Aws::String & GetCreatorRequestId() const
const Aws::String & GetNamespaceId() const
void SetNamespaceId(const Aws::String &value)
void SetMessage(const char *value)
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue