7#include <aws/elasticfilesystem/EFS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename ErrorCodeT = Aws::String>
50 void SetErrorCode(ErrorCodeT&& value) { m_errorCodeHasBeenSet =
true; m_errorCode = std::forward<ErrorCodeT>(value); }
51 template<
typename ErrorCodeT = Aws::String>
59 template<
typename MessageT = Aws::String>
60 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
61 template<
typename MessageT = Aws::String>
67 bool m_errorCodeHasBeenSet =
false;
70 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