7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/Lightsail_EXPORTS.h>
39 template <
typename CodeT = Aws::String>
41 m_codeHasBeenSet =
true;
42 m_code = std::forward<CodeT>(value);
44 template <
typename CodeT = Aws::String>
46 SetCode(std::forward<CodeT>(value));
55 template <
typename DocsT = Aws::String>
57 m_docsHasBeenSet =
true;
58 m_docs = std::forward<DocsT>(value);
60 template <
typename DocsT = Aws::String>
62 SetDocs(std::forward<DocsT>(value));
71 template <
typename MessageT = Aws::String>
73 m_messageHasBeenSet =
true;
74 m_message = std::forward<MessageT>(value);
76 template <
typename MessageT = Aws::String>
87 template <
typename TipT = Aws::String>
89 m_tipHasBeenSet =
true;
90 m_tip = std::forward<TipT>(value);
92 template <
typename TipT = Aws::String>
94 SetTip(std::forward<TipT>(value));
106 bool m_codeHasBeenSet =
false;
107 bool m_docsHasBeenSet =
false;
108 bool m_messageHasBeenSet =
false;
109 bool m_tipHasBeenSet =
false;
void SetDocs(DocsT &&value)
void SetCode(CodeT &&value)
bool MessageHasBeenSet() const
AWS_LIGHTSAIL_API NotFoundException(Aws::Utils::Json::JsonView jsonValue)
NotFoundException & WithTip(TipT &&value)
void SetTip(TipT &&value)
bool TipHasBeenSet() const
NotFoundException & WithDocs(DocsT &&value)
AWS_LIGHTSAIL_API NotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTip() const
NotFoundException & WithMessage(MessageT &&value)
AWS_LIGHTSAIL_API NotFoundException()=default
const Aws::String & GetCode() const
void SetMessage(MessageT &&value)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
bool DocsHasBeenSet() const
const Aws::String & GetMessage() const
bool CodeHasBeenSet() const
const Aws::String & GetDocs() const
NotFoundException & WithCode(CodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue