7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
57 inline void SetLimitType(
const char* value) { m_limitTypeHasBeenSet =
true; m_limitType.assign(value); }
69 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
77 bool m_limitHasBeenSet =
false;
80 bool m_limitTypeHasBeenSet =
false;
83 bool m_messageHasBeenSet =
false;
void SetLimitType(const Aws::String &value)
void SetMessage(const char *value)
AWS_SSM_API ResourcePolicyLimitExceededException()
void SetMessage(Aws::String &&value)
ResourcePolicyLimitExceededException & WithMessage(Aws::String &&value)
bool MessageHasBeenSet() const
void SetMessage(const Aws::String &value)
const Aws::String & GetLimitType() const
bool LimitHasBeenSet() const
ResourcePolicyLimitExceededException & WithLimitType(const char *value)
ResourcePolicyLimitExceededException & WithLimitType(const Aws::String &value)
void SetLimitType(Aws::String &&value)
bool LimitTypeHasBeenSet() const
const Aws::String & GetMessage() const
ResourcePolicyLimitExceededException & WithMessage(const Aws::String &value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLimitType(const char *value)
ResourcePolicyLimitExceededException & WithLimitType(Aws::String &&value)
AWS_SSM_API ResourcePolicyLimitExceededException(Aws::Utils::Json::JsonView jsonValue)
ResourcePolicyLimitExceededException & WithMessage(const char *value)
ResourcePolicyLimitExceededException & WithLimit(int value)
AWS_SSM_API ResourcePolicyLimitExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue