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>
51 template<
typename MessageT = Aws::String>
52 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
53 template<
typename MessageT = Aws::String>
63 template<
typename ResourcesT = Aws::Vector<Aws::String>>
64 void SetResources(ResourcesT&& value) { m_resourcesHasBeenSet =
true; m_resources = std::forward<ResourcesT>(value); }
65 template<
typename ResourcesT = Aws::Vector<Aws::String>>
67 template<
typename ResourcesT = Aws::String>
73 bool m_messageHasBeenSet =
false;
76 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