7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ConflictExceptionReason.h>
9#include <aws/cleanrooms/model/ResourceType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename MessageT = Aws::String>
43 m_messageHasBeenSet =
true;
44 m_message = std::forward<MessageT>(value);
46 template <
typename MessageT = Aws::String>
59 template <
typename ResourceIdT = Aws::String>
61 m_resourceIdHasBeenSet =
true;
62 m_resourceId = std::forward<ResourceIdT>(value);
64 template <
typename ResourceIdT = Aws::String>
78 m_resourceTypeHasBeenSet =
true;
79 m_resourceType = value;
94 m_reasonHasBeenSet =
true;
110 bool m_messageHasBeenSet =
false;
111 bool m_resourceIdHasBeenSet =
false;
112 bool m_resourceTypeHasBeenSet =
false;
113 bool m_reasonHasBeenSet =
false;
bool ReasonHasBeenSet() const
ResourceType GetResourceType() const
const Aws::String & GetMessage() const
AWS_CLEANROOMS_API ConflictException()=default
void SetResourceType(ResourceType value)
ConflictException & WithMessage(MessageT &&value)
bool MessageHasBeenSet() const
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMS_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithResourceId(ResourceIdT &&value)
ConflictException & WithResourceType(ResourceType value)
void SetReason(ConflictExceptionReason value)
AWS_CLEANROOMS_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResourceId() const
void SetMessage(MessageT &&value)
ConflictExceptionReason GetReason() const
bool ResourceTypeHasBeenSet() const
void SetResourceId(ResourceIdT &&value)
ConflictException & WithReason(ConflictExceptionReason value)
bool ResourceIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue