7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/detective/Detective_EXPORTS.h>
45 template <
typename MessageT = Aws::String>
47 m_messageHasBeenSet =
true;
48 m_message = std::forward<MessageT>(value);
50 template <
typename MessageT = Aws::String>
63 template <
typename ResourcesT = Aws::Vector<Aws::String>>
65 m_resourcesHasBeenSet =
true;
66 m_resources = std::forward<ResourcesT>(value);
68 template <
typename ResourcesT = Aws::Vector<Aws::String>>
73 template <
typename ResourcesT = Aws::String>
75 m_resourcesHasBeenSet =
true;
76 m_resources.emplace_back(std::forward<ResourcesT>(value));
84 bool m_messageHasBeenSet =
false;
85 bool m_resourcesHasBeenSet =
false;
const Aws::String & GetMessage() const
ServiceQuotaExceededException & AddResources(ResourcesT &&value)
bool ResourcesHasBeenSet() const
void SetMessage(MessageT &&value)
void SetResources(ResourcesT &&value)
AWS_DETECTIVE_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
const Aws::Vector< Aws::String > & GetResources() const
AWS_DETECTIVE_API ServiceQuotaExceededException()=default
AWS_DETECTIVE_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
AWS_DETECTIVE_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceQuotaExceededException & WithResources(ResourcesT &&value)
ServiceQuotaExceededException & WithMessage(MessageT &&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