7#include <aws/detective/Detective_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
53 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
76 bool m_messageHasBeenSet =
false;
79 bool m_resourcesHasBeenSet =
false;
const Aws::String & GetMessage() const
void SetMessage(const char *value)
void SetMessage(Aws::String &&value)
bool ResourcesHasBeenSet() const
ServiceQuotaExceededException & WithResources(Aws::Vector< Aws::String > &&value)
void SetResources(const Aws::Vector< Aws::String > &value)
void SetResources(Aws::Vector< Aws::String > &&value)
void SetMessage(const Aws::String &value)
AWS_DETECTIVE_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithMessage(const char *value)
bool MessageHasBeenSet() const
ServiceQuotaExceededException & AddResources(Aws::String &&value)
const Aws::Vector< Aws::String > & GetResources() const
ServiceQuotaExceededException & AddResources(const char *value)
AWS_DETECTIVE_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithMessage(const Aws::String &value)
AWS_DETECTIVE_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceQuotaExceededException & AddResources(const Aws::String &value)
ServiceQuotaExceededException & WithResources(const Aws::Vector< Aws::String > &value)
AWS_DETECTIVE_API ServiceQuotaExceededException()
ServiceQuotaExceededException & WithMessage(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