7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/dataexchange/model/LimitName.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
60 inline void SetLimitValue(
double value) { m_limitValueHasBeenSet =
true; m_limitValue = value; }
72 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
80 bool m_limitNameHasBeenSet =
false;
83 bool m_limitValueHasBeenSet =
false;
86 bool m_messageHasBeenSet =
false;
void SetLimitName(LimitName &&value)
bool LimitValueHasBeenSet() const
AWS_DATAEXCHANGE_API ServiceLimitExceededException()
ServiceLimitExceededException & WithMessage(Aws::String &&value)
ServiceLimitExceededException & WithMessage(const Aws::String &value)
bool LimitNameHasBeenSet() const
void SetLimitName(const LimitName &value)
void SetLimitValue(double value)
const LimitName & GetLimitName() const
ServiceLimitExceededException & WithMessage(const char *value)
void SetMessage(Aws::String &&value)
AWS_DATAEXCHANGE_API ServiceLimitExceededException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
void SetMessage(const char *value)
double GetLimitValue() const
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceLimitExceededException & WithLimitName(LimitName &&value)
bool MessageHasBeenSet() const
AWS_DATAEXCHANGE_API ServiceLimitExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const Aws::String &value)
ServiceLimitExceededException & WithLimitValue(double value)
ServiceLimitExceededException & WithLimitName(const LimitName &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue