7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSM_EXPORTS.h>
39 inline int GetLimit()
const {
return m_limit; }
42 m_limitHasBeenSet =
true;
55 template <
typename LimitTypeT = Aws::String>
57 m_limitTypeHasBeenSet =
true;
58 m_limitType = std::forward<LimitTypeT>(value);
60 template <
typename LimitTypeT = Aws::String>
71 template <
typename MessageT = Aws::String>
73 m_messageHasBeenSet =
true;
74 m_message = std::forward<MessageT>(value);
76 template <
typename MessageT = Aws::String>
88 bool m_limitHasBeenSet =
false;
89 bool m_limitTypeHasBeenSet =
false;
90 bool m_messageHasBeenSet =
false;
bool MessageHasBeenSet() const
const Aws::String & GetLimitType() const
bool LimitHasBeenSet() const
ResourcePolicyLimitExceededException & WithLimitType(LimitTypeT &&value)
bool LimitTypeHasBeenSet() const
const Aws::String & GetMessage() const
AWS_SSM_API ResourcePolicyLimitExceededException()=default
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SSM_API ResourcePolicyLimitExceededException(Aws::Utils::Json::JsonView jsonValue)
ResourcePolicyLimitExceededException & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
ResourcePolicyLimitExceededException & WithLimit(int value)
AWS_SSM_API ResourcePolicyLimitExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLimitType(LimitTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue