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