7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/ExceptionResourceType.h>
39 template <
typename MessageT = Aws::String>
41 m_messageHasBeenSet =
true;
42 m_message = std::forward<MessageT>(value);
44 template <
typename MessageT = Aws::String>
58 m_resourceTypeHasBeenSet =
true;
59 m_resourceType = value;
73 template <
typename RequestIdT = Aws::String>
75 m_requestIdHasBeenSet =
true;
76 m_requestId = std::forward<RequestIdT>(value);
78 template <
typename RequestIdT = Aws::String>
90 bool m_messageHasBeenSet =
false;
91 bool m_resourceTypeHasBeenSet =
false;
92 bool m_requestIdHasBeenSet =
false;
void SetResourceType(ExceptionResourceType value)
bool RequestIdHasBeenSet() const
void SetMessage(MessageT &&value)
ResourceNotFoundException & WithResourceType(ExceptionResourceType value)
bool MessageHasBeenSet() const
void SetRequestId(RequestIdT &&value)
bool ResourceTypeHasBeenSet() const
AWS_QUICKSIGHT_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
ResourceNotFoundException & WithMessage(MessageT &&value)
ExceptionResourceType GetResourceType() const
const Aws::String & GetMessage() const
ResourceNotFoundException & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_QUICKSIGHT_API ResourceNotFoundException()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue