7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename CodeT = Aws::String>
46 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
47 template<
typename CodeT = Aws::String>
55 template<
typename DocsT = Aws::String>
56 void SetDocs(DocsT&& value) { m_docsHasBeenSet =
true; m_docs = std::forward<DocsT>(value); }
57 template<
typename DocsT = Aws::String>
65 template<
typename MessageT = Aws::String>
66 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
67 template<
typename MessageT = Aws::String>
75 template<
typename TipT = Aws::String>
76 void SetTip(TipT&& value) { m_tipHasBeenSet =
true; m_tip = std::forward<TipT>(value); }
77 template<
typename TipT = Aws::String>
83 bool m_codeHasBeenSet =
false;
86 bool m_docsHasBeenSet =
false;
89 bool m_messageHasBeenSet =
false;
92 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