7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticfilesystem/EFS_EXPORTS.h>
43 template <
typename ErrorCodeT = Aws::String>
45 m_errorCodeHasBeenSet =
true;
46 m_errorCode = std::forward<ErrorCodeT>(value);
48 template <
typename ErrorCodeT = Aws::String>
59 template <
typename MessageT = Aws::String>
61 m_messageHasBeenSet =
true;
62 m_message = std::forward<MessageT>(value);
64 template <
typename MessageT = Aws::String>
74 bool m_errorCodeHasBeenSet =
false;
75 bool m_messageHasBeenSet =
false;
AWS_EFS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetErrorCode(ErrorCodeT &&value)
InsufficientThroughputCapacity & WithMessage(MessageT &&value)
const Aws::String & GetErrorCode() const
bool ErrorCodeHasBeenSet() const
void SetMessage(MessageT &&value)
const Aws::String & GetMessage() const
InsufficientThroughputCapacity & WithErrorCode(ErrorCodeT &&value)
AWS_EFS_API InsufficientThroughputCapacity()=default
AWS_EFS_API InsufficientThroughputCapacity(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
AWS_EFS_API InsufficientThroughputCapacity & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue