7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/ExceptionResourceType.h>
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>
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_messageHasBeenSet =
false;
78 bool m_resourceTypeHasBeenSet =
false;
81 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ResourceTypeHasBeenSet() const
void SetMessage(MessageT &&value)
void SetResourceType(ExceptionResourceType value)
ResourceExistsException & WithMessage(MessageT &&value)
ExceptionResourceType GetResourceType() const
ResourceExistsException & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API ResourceExistsException()=default
bool RequestIdHasBeenSet() const
const Aws::String & GetMessage() const
bool MessageHasBeenSet() const
const Aws::String & GetRequestId() const
AWS_QUICKSIGHT_API ResourceExistsException(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API ResourceExistsException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceExistsException & WithResourceType(ExceptionResourceType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue