7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
22namespace NetworkManager
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
61 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
75 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
102 bool m_messageHasBeenSet =
false;
105 bool m_resourceIdHasBeenSet =
false;
108 bool m_resourceTypeHasBeenSet =
false;
111 bool m_contextHasBeenSet =
false;
void SetResourceId(const char *value)
ResourceNotFoundException & AddContext(const char *key, Aws::String &&value)
ResourceNotFoundException & AddContext(const Aws::String &key, Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetContext() const
ResourceNotFoundException & WithContext(const Aws::Map< Aws::String, Aws::String > &value)
AWS_NETWORKMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
bool ResourceIdHasBeenSet() const
const Aws::String & GetResourceId() const
AWS_NETWORKMANAGER_API ResourceNotFoundException()
AWS_NETWORKMANAGER_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const Aws::String &value)
ResourceNotFoundException & WithMessage(const char *value)
ResourceNotFoundException & WithResourceId(Aws::String &&value)
AWS_NETWORKMANAGER_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContext(const Aws::Map< Aws::String, Aws::String > &value)
void SetContext(Aws::Map< Aws::String, Aws::String > &&value)
bool ContextHasBeenSet() const
ResourceNotFoundException & WithResourceType(const Aws::String &value)
ResourceNotFoundException & WithResourceType(Aws::String &&value)
ResourceNotFoundException & WithMessage(const Aws::String &value)
const Aws::String & GetMessage() const
ResourceNotFoundException & WithResourceId(const Aws::String &value)
ResourceNotFoundException & WithResourceId(const char *value)
ResourceNotFoundException & AddContext(Aws::String &&key, Aws::String &&value)
void SetMessage(Aws::String &&value)
const Aws::String & GetResourceType() const
bool MessageHasBeenSet() const
void SetResourceType(Aws::String &&value)
void SetResourceId(Aws::String &&value)
ResourceNotFoundException & WithContext(Aws::Map< Aws::String, Aws::String > &&value)
void SetResourceType(const char *value)
ResourceNotFoundException & WithResourceType(const char *value)
bool ResourceTypeHasBeenSet() const
ResourceNotFoundException & AddContext(Aws::String &&key, const char *value)
void SetResourceId(const Aws::String &value)
ResourceNotFoundException & WithMessage(Aws::String &&value)
void SetResourceType(const Aws::String &value)
void SetMessage(const char *value)
ResourceNotFoundException & AddContext(Aws::String &&key, const Aws::String &value)
ResourceNotFoundException & AddContext(const char *key, const char *value)
ResourceNotFoundException & AddContext(const Aws::String &key, const Aws::String &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue