7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
59 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
69 inline void SetLimitType(
const char* value) { m_limitTypeHasBeenSet =
true; m_limitType.assign(value); }
81 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
89 bool m_resourceTypesHasBeenSet =
false;
92 bool m_limitHasBeenSet =
false;
95 bool m_limitTypeHasBeenSet =
false;
98 bool m_messageHasBeenSet =
false;
OpsItemLimitExceededException & WithMessage(const Aws::String &value)
bool MessageHasBeenSet() const
void SetMessage(const Aws::String &value)
OpsItemLimitExceededException & WithLimitType(Aws::String &&value)
void SetMessage(const char *value)
bool LimitHasBeenSet() const
void SetLimitType(const char *value)
OpsItemLimitExceededException & AddResourceTypes(const Aws::String &value)
OpsItemLimitExceededException & AddResourceTypes(Aws::String &&value)
void SetResourceTypes(Aws::Vector< Aws::String > &&value)
AWS_SSM_API OpsItemLimitExceededException(Aws::Utils::Json::JsonView jsonValue)
OpsItemLimitExceededException & AddResourceTypes(const char *value)
void SetMessage(Aws::String &&value)
const Aws::String & GetLimitType() const
AWS_SSM_API OpsItemLimitExceededException()
OpsItemLimitExceededException & WithResourceTypes(const Aws::Vector< Aws::String > &value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
OpsItemLimitExceededException & WithLimit(int value)
void SetLimitType(Aws::String &&value)
const Aws::Vector< Aws::String > & GetResourceTypes() const
bool LimitTypeHasBeenSet() const
OpsItemLimitExceededException & WithLimitType(const char *value)
void SetLimitType(const Aws::String &value)
OpsItemLimitExceededException & WithResourceTypes(Aws::Vector< Aws::String > &&value)
AWS_SSM_API OpsItemLimitExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
OpsItemLimitExceededException & WithMessage(Aws::String &&value)
OpsItemLimitExceededException & WithMessage(const char *value)
const Aws::String & GetMessage() const
OpsItemLimitExceededException & WithLimitType(const Aws::String &value)
bool ResourceTypesHasBeenSet() const
void SetResourceTypes(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue