7#include <aws/appconfigdata/AppConfigData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appconfigdata/model/ResourceType.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
23namespace AppConfigData
48 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
88 bool m_messageHasBeenSet =
false;
91 bool m_resourceTypeHasBeenSet =
false;
94 bool m_referencedByHasBeenSet =
false;
void SetResourceType(ResourceType &&value)
ResourceNotFoundException & AddReferencedBy(const Aws::String &key, Aws::String &&value)
const Aws::String & GetMessage() const
void SetMessage(const char *value)
ResourceNotFoundException & WithMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
bool MessageHasBeenSet() const
ResourceNotFoundException & AddReferencedBy(Aws::String &&key, Aws::String &&value)
bool ReferencedByHasBeenSet() const
void SetReferencedBy(Aws::Map< Aws::String, Aws::String > &&value)
const ResourceType & GetResourceType() const
ResourceNotFoundException & WithReferencedBy(const Aws::Map< Aws::String, Aws::String > &value)
void SetReferencedBy(const Aws::Map< Aws::String, Aws::String > &value)
ResourceNotFoundException & WithMessage(const char *value)
ResourceNotFoundException & AddReferencedBy(const char *key, Aws::String &&value)
AWS_APPCONFIGDATA_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & AddReferencedBy(const char *key, const char *value)
ResourceNotFoundException & WithMessage(const Aws::String &value)
void SetResourceType(const ResourceType &value)
const Aws::Map< Aws::String, Aws::String > & GetReferencedBy() const
ResourceNotFoundException & AddReferencedBy(const Aws::String &key, const Aws::String &value)
AWS_APPCONFIGDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPCONFIGDATA_API ResourceNotFoundException()
ResourceNotFoundException & WithResourceType(const ResourceType &value)
ResourceNotFoundException & WithResourceType(ResourceType &&value)
ResourceNotFoundException & WithReferencedBy(Aws::Map< Aws::String, Aws::String > &&value)
ResourceNotFoundException & AddReferencedBy(Aws::String &&key, const char *value)
ResourceNotFoundException & AddReferencedBy(Aws::String &&key, const Aws::String &value)
void SetMessage(Aws::String &&value)
AWS_APPCONFIGDATA_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
bool ResourceTypeHasBeenSet() const
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