7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
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;
ResourceNotFoundException & WithMessage(const Aws::String &value)
ResourceNotFoundException & WithResourceType(const char *value)
ResourceNotFoundException & AddContext(const char *key, Aws::String &&value)
const Aws::String & GetResourceId() const
bool ResourceIdHasBeenSet() const
void SetResourceId(Aws::String &&value)
void SetMessage(const Aws::String &value)
AWS_DEADLINE_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & AddContext(Aws::String &&key, const Aws::String &value)
void SetResourceType(const Aws::String &value)
void SetResourceId(const Aws::String &value)
ResourceNotFoundException & AddContext(const Aws::String &key, const Aws::String &value)
const Aws::String & GetResourceType() const
ResourceNotFoundException & AddContext(const char *key, const char *value)
ResourceNotFoundException & WithResourceId(const Aws::String &value)
ResourceNotFoundException & WithResourceId(Aws::String &&value)
bool MessageHasBeenSet() const
void SetMessage(const char *value)
void SetResourceType(const char *value)
ResourceNotFoundException & WithMessage(Aws::String &&value)
ResourceNotFoundException & WithResourceId(const char *value)
AWS_DEADLINE_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API ResourceNotFoundException()
const Aws::String & GetMessage() const
void SetContext(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::Map< Aws::String, Aws::String > & GetContext() const
bool ContextHasBeenSet() const
void SetResourceId(const char *value)
bool ResourceTypeHasBeenSet() const
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(Aws::String &&value)
ResourceNotFoundException & WithMessage(const char *value)
void SetContext(const Aws::Map< Aws::String, Aws::String > &value)
ResourceNotFoundException & WithContext(const Aws::Map< Aws::String, Aws::String > &value)
void SetResourceType(Aws::String &&value)
ResourceNotFoundException & AddContext(const Aws::String &key, Aws::String &&value)
ResourceNotFoundException & AddContext(Aws::String &&key, Aws::String &&value)
ResourceNotFoundException & AddContext(Aws::String &&key, const char *value)
ResourceNotFoundException & WithContext(Aws::Map< Aws::String, Aws::String > &&value)
ResourceNotFoundException & WithResourceType(Aws::String &&value)
ResourceNotFoundException & WithResourceType(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