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