7#include <aws/elasticfilesystem/EFS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetErrorCode(
const char* value) { m_errorCodeHasBeenSet =
true; m_errorCode.assign(value); }
61 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
69 bool m_errorCodeHasBeenSet =
false;
72 bool m_messageHasBeenSet =
false;
AWS_EFS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EFS_API InvalidPolicyException(Aws::Utils::Json::JsonView jsonValue)
void SetErrorCode(Aws::String &&value)
void SetErrorCode(const Aws::String &value)
InvalidPolicyException & WithMessage(Aws::String &&value)
void SetMessage(const char *value)
void SetMessage(const Aws::String &value)
InvalidPolicyException & WithErrorCode(const char *value)
void SetMessage(Aws::String &&value)
AWS_EFS_API InvalidPolicyException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EFS_API InvalidPolicyException()
InvalidPolicyException & WithErrorCode(const Aws::String &value)
bool ErrorCodeHasBeenSet() const
InvalidPolicyException & WithErrorCode(Aws::String &&value)
void SetErrorCode(const char *value)
bool MessageHasBeenSet() const
InvalidPolicyException & WithMessage(const Aws::String &value)
InvalidPolicyException & WithMessage(const char *value)
const Aws::String & GetMessage() const
const Aws::String & GetErrorCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue