7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fsx/FSx_EXPORTS.h>
47 template <
typename ErrorCodeT = Aws::String>
49 m_errorCodeHasBeenSet =
true;
50 m_errorCode = std::forward<ErrorCodeT>(value);
52 template <
typename ErrorCodeT = Aws::String>
63 template <
typename MessageT = Aws::String>
65 m_messageHasBeenSet =
true;
66 m_message = std::forward<MessageT>(value);
68 template <
typename MessageT = Aws::String>
78 bool m_errorCodeHasBeenSet =
false;
79 bool m_messageHasBeenSet =
false;
const Aws::String & GetErrorCode() const
TooManyAccessPoints & WithMessage(MessageT &&value)
bool ErrorCodeHasBeenSet() const
void SetMessage(MessageT &&value)
AWS_FSX_API TooManyAccessPoints()=default
AWS_FSX_API TooManyAccessPoints(Aws::Utils::Json::JsonView jsonValue)
TooManyAccessPoints & WithErrorCode(ErrorCodeT &&value)
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
AWS_FSX_API TooManyAccessPoints & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetErrorCode(ErrorCodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue