7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename MessageT = Aws::String>
47 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
48 template<
typename MessageT = Aws::String>
58 template<
typename ResourceIdT = Aws::String>
59 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
60 template<
typename ResourceIdT = Aws::String>
66 bool m_messageHasBeenSet =
false;
69 bool m_resourceIdHasBeenSet =
false;
ServiceQuotaExceededException & WithMessage(MessageT &&value)
AWS_INSPECTOR2_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
AWS_INSPECTOR2_API ServiceQuotaExceededException()=default
ServiceQuotaExceededException & WithResourceId(ResourceIdT &&value)
const Aws::String & GetMessage() const
const Aws::String & GetResourceId() const
bool ResourceIdHasBeenSet() const
void SetResourceId(ResourceIdT &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
AWS_INSPECTOR2_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue