7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dataexchange/DataExchange_EXPORTS.h>
9#include <aws/dataexchange/model/LimitName.h>
20namespace DataExchange {
43 m_limitNameHasBeenSet =
true;
59 m_limitValueHasBeenSet =
true;
74 template <
typename MessageT = Aws::String>
76 m_messageHasBeenSet =
true;
77 m_message = std::forward<MessageT>(value);
79 template <
typename MessageT = Aws::String>
88 double m_limitValue{0.0};
91 bool m_limitNameHasBeenSet =
false;
92 bool m_limitValueHasBeenSet =
false;
93 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