7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fsx/FSx_EXPORTS.h>
9#include <aws/fsx/model/ServiceLimit.h>
44 m_limitHasBeenSet =
true;
57 template <
typename MessageT = Aws::String>
59 m_messageHasBeenSet =
true;
60 m_message = std::forward<MessageT>(value);
62 template <
typename MessageT = Aws::String>
72 bool m_limitHasBeenSet =
false;
73 bool m_messageHasBeenSet =
false;
AWS_FSX_API ServiceLimitExceeded & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceLimitExceeded & WithLimit(ServiceLimit value)
void SetMessage(MessageT &&value)
AWS_FSX_API ServiceLimitExceeded(Aws::Utils::Json::JsonView jsonValue)
ServiceLimit GetLimit() const
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
AWS_FSX_API ServiceLimitExceeded()=default
void SetLimit(ServiceLimit value)
bool LimitHasBeenSet() const
bool MessageHasBeenSet() const
ServiceLimitExceeded & WithMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue