7#include <aws/privatenetworks/PrivateNetworks_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PrivateNetworks
48 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
62 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
76 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
84 bool m_messageHasBeenSet =
false;
87 bool m_resourceIdHasBeenSet =
false;
90 bool m_resourceTypeHasBeenSet =
false;
const Aws::String & GetMessage() const
ResourceNotFoundException & WithResourceId(Aws::String &&value)
void SetResourceId(Aws::String &&value)
AWS_PRIVATENETWORKS_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithResourceType(const Aws::String &value)
AWS_PRIVATENETWORKS_API ResourceNotFoundException()
ResourceNotFoundException & WithResourceType(const char *value)
ResourceNotFoundException & WithResourceId(const char *value)
void SetMessage(const char *value)
ResourceNotFoundException & WithMessage(Aws::String &&value)
void SetResourceType(const Aws::String &value)
const Aws::String & GetResourceId() const
ResourceNotFoundException & WithMessage(const char *value)
void SetMessage(Aws::String &&value)
bool ResourceIdHasBeenSet() const
AWS_PRIVATENETWORKS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(const Aws::String &value)
void SetResourceId(const Aws::String &value)
ResourceNotFoundException & WithResourceId(const Aws::String &value)
bool ResourceTypeHasBeenSet() const
bool MessageHasBeenSet() const
AWS_PRIVATENETWORKS_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResourceType(Aws::String &&value)
ResourceNotFoundException & WithMessage(const Aws::String &value)
const Aws::String & GetResourceType() const
void SetResourceType(const char *value)
void SetResourceId(const char *value)
ResourceNotFoundException & WithResourceType(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue