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;
const Aws::String & GetCode() const
const Aws::String & GetTip() const
void SetDocs(DocsT &&value)
bool CodeHasBeenSet() const
bool MessageHasBeenSet() const
UnauthenticatedException & WithMessage(MessageT &&value)
UnauthenticatedException & WithDocs(DocsT &&value)
AWS_LIGHTSAIL_API UnauthenticatedException()=default
UnauthenticatedException & WithTip(TipT &&value)
void SetTip(TipT &&value)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LIGHTSAIL_API UnauthenticatedException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDocs() const
const Aws::String & GetMessage() const
void SetMessage(MessageT &&value)
void SetCode(CodeT &&value)
bool TipHasBeenSet() const
bool DocsHasBeenSet() const
AWS_LIGHTSAIL_API UnauthenticatedException(Aws::Utils::Json::JsonView jsonValue)
UnauthenticatedException & WithCode(CodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue