7#include <aws/identitystore/IdentityStore_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace IdentityStore
45 template<
typename MessageT = Aws::String>
46 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
47 template<
typename MessageT = Aws::String>
59 template<
typename RequestIdT = Aws::String>
60 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
61 template<
typename RequestIdT = Aws::String>
67 bool m_messageHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
bool RequestIdHasBeenSet() const
bool MessageHasBeenSet() const
AWS_IDENTITYSTORE_API ServiceQuotaExceededException()=default
ServiceQuotaExceededException & WithRequestId(RequestIdT &&value)
AWS_IDENTITYSTORE_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IDENTITYSTORE_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
AWS_IDENTITYSTORE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRequestId(RequestIdT &&value)
void SetMessage(MessageT &&value)
ServiceQuotaExceededException & WithMessage(MessageT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue