7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/xray/XRay_EXPORTS.h>
39 template <
typename MessageT = Aws::String>
41 m_messageHasBeenSet =
true;
42 m_message = std::forward<MessageT>(value);
44 template <
typename MessageT = Aws::String>
55 template <
typename ResourceNameT = Aws::String>
57 m_resourceNameHasBeenSet =
true;
58 m_resourceName = std::forward<ResourceNameT>(value);
60 template <
typename ResourceNameT = Aws::String>
70 bool m_messageHasBeenSet =
false;
71 bool m_resourceNameHasBeenSet =
false;
bool ResourceNameHasBeenSet() const
ResourceNotFoundException & WithMessage(MessageT &&value)
const Aws::String & GetMessage() const
ResourceNotFoundException & WithResourceName(ResourceNameT &&value)
AWS_XRAY_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResourceName(ResourceNameT &&value)
AWS_XRAY_API ResourceNotFoundException()=default
void SetMessage(MessageT &&value)
const Aws::String & GetResourceName() const
AWS_XRAY_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue