7#include <aws/dlm/DLM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
59 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
73 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
81 bool m_messageHasBeenSet =
false;
84 bool m_codeHasBeenSet =
false;
87 bool m_resourceTypeHasBeenSet =
false;
LimitExceededException & WithMessage(Aws::String &&value)
bool ResourceTypeHasBeenSet() const
const Aws::String & GetCode() const
void SetCode(const char *value)
void SetMessage(Aws::String &&value)
bool CodeHasBeenSet() const
AWS_DLM_API LimitExceededException(Aws::Utils::Json::JsonView jsonValue)
AWS_DLM_API LimitExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
LimitExceededException & WithMessage(const char *value)
bool MessageHasBeenSet() const
LimitExceededException & WithCode(Aws::String &&value)
void SetMessage(const Aws::String &value)
const Aws::String & GetResourceType() const
void SetCode(const Aws::String &value)
void SetResourceType(const Aws::String &value)
LimitExceededException & WithCode(const Aws::String &value)
LimitExceededException & WithCode(const char *value)
AWS_DLM_API LimitExceededException()
LimitExceededException & WithMessage(const Aws::String &value)
void SetResourceType(Aws::String &&value)
LimitExceededException & WithResourceType(const char *value)
const Aws::String & GetMessage() const
LimitExceededException & WithResourceType(const Aws::String &value)
void SetMessage(const char *value)
void SetResourceType(const char *value)
AWS_DLM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCode(Aws::String &&value)
LimitExceededException & WithResourceType(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue