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