7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/keyspaces/Keyspaces_EXPORTS.h>
42 template <
typename MessageT = Aws::String>
44 m_messageHasBeenSet =
true;
45 m_message = std::forward<MessageT>(value);
47 template <
typename MessageT = Aws::String>
61 template <
typename ResourceArnT = Aws::String>
63 m_resourceArnHasBeenSet =
true;
64 m_resourceArn = std::forward<ResourceArnT>(value);
66 template <
typename ResourceArnT = Aws::String>
76 bool m_messageHasBeenSet =
false;
77 bool m_resourceArnHasBeenSet =
false;
AWS_KEYSPACES_API ResourceNotFoundException()=default
AWS_KEYSPACES_API Aws::Utils::Json::JsonValue Jsonize() const
ResourceNotFoundException & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
bool ResourceArnHasBeenSet() const
void SetResourceArn(ResourceArnT &&value)
AWS_KEYSPACES_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KEYSPACES_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithResourceArn(ResourceArnT &&value)
const Aws::String & GetMessage() const
const Aws::String & GetResourceArn() const
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue