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>
48 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
75 bool m_messageHasBeenSet =
false;
78 bool m_contextHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetContext() const
void SetMessage(Aws::String &&value)
AccessDeniedException & AddContext(Aws::String &&key, const Aws::String &value)
AccessDeniedException & WithContext(Aws::Map< Aws::String, Aws::String > &&value)
AWS_DEADLINE_API AccessDeniedException()
AccessDeniedException & AddContext(const Aws::String &key, const Aws::String &value)
AccessDeniedException & WithMessage(const char *value)
AccessDeniedException & WithMessage(const Aws::String &value)
AccessDeniedException & AddContext(Aws::String &&key, const char *value)
AccessDeniedException & WithMessage(Aws::String &&value)
const Aws::String & GetMessage() const
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
AccessDeniedException & AddContext(const char *key, Aws::String &&value)
bool ContextHasBeenSet() const
void SetMessage(const Aws::String &value)
AccessDeniedException & AddContext(Aws::String &&key, Aws::String &&value)
void SetContext(const Aws::Map< Aws::String, Aws::String > &value)
void SetContext(Aws::Map< Aws::String, Aws::String > &&value)
AccessDeniedException & WithContext(const Aws::Map< Aws::String, Aws::String > &value)
bool MessageHasBeenSet() const
AccessDeniedException & AddContext(const char *key, const char *value)
AWS_DEADLINE_API AccessDeniedException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const char *value)
AccessDeniedException & AddContext(const Aws::String &key, Aws::String &&value)
AWS_DEADLINE_API AccessDeniedException(Aws::Utils::Json::JsonView jsonValue)
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