7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/dataexchange/model/LimitName.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 inline void SetLimitValue(
double value) { m_limitValueHasBeenSet =
true; m_limitValue = value; }
68 template<
typename MessageT = Aws::String>
69 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
70 template<
typename MessageT = Aws::String>
76 bool m_limitNameHasBeenSet =
false;
78 double m_limitValue{0.0};
79 bool m_limitValueHasBeenSet =
false;
82 bool m_messageHasBeenSet =
false;
bool LimitValueHasBeenSet() const
bool LimitNameHasBeenSet() const
void SetLimitValue(double value)
AWS_DATAEXCHANGE_API ServiceLimitExceededException()=default
AWS_DATAEXCHANGE_API ServiceLimitExceededException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
LimitName GetLimitName() const
double GetLimitValue() const
ServiceLimitExceededException & WithLimitName(LimitName value)
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLimitName(LimitName value)
bool MessageHasBeenSet() const
AWS_DATAEXCHANGE_API ServiceLimitExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceLimitExceededException & WithLimitValue(double value)
void SetMessage(MessageT &&value)
ServiceLimitExceededException & WithMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue