7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/fsx/model/ServiceLimit.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename MessageT = Aws::String>
58 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
59 template<
typename MessageT = Aws::String>
65 bool m_limitHasBeenSet =
false;
68 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