7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/Lightsail_EXPORTS.h>
40 template <
typename CodeT = Aws::String>
42 m_codeHasBeenSet =
true;
43 m_code = std::forward<CodeT>(value);
45 template <
typename CodeT = Aws::String>
47 SetCode(std::forward<CodeT>(value));
60 template <
typename DocsT = Aws::String>
62 m_docsHasBeenSet =
true;
63 m_docs = std::forward<DocsT>(value);
65 template <
typename DocsT = Aws::String>
67 SetDocs(std::forward<DocsT>(value));
76 template <
typename MessageT = Aws::String>
78 m_messageHasBeenSet =
true;
79 m_message = std::forward<MessageT>(value);
81 template <
typename MessageT = Aws::String>
95 template <
typename TipT = Aws::String>
97 m_tipHasBeenSet =
true;
98 m_tip = std::forward<TipT>(value);
100 template <
typename TipT = Aws::String>
102 SetTip(std::forward<TipT>(value));
114 bool m_codeHasBeenSet =
false;
115 bool m_docsHasBeenSet =
false;
116 bool m_messageHasBeenSet =
false;
117 bool m_tipHasBeenSet =
false;
bool TipHasBeenSet() const
const Aws::String & GetMessage() const
const Aws::String & GetCode() const
AWS_LIGHTSAIL_API RegionSetupInProgressException(Aws::Utils::Json::JsonView jsonValue)
RegionSetupInProgressException & WithMessage(MessageT &&value)
void SetTip(TipT &&value)
const Aws::String & GetDocs() const
RegionSetupInProgressException & WithCode(CodeT &&value)
RegionSetupInProgressException & WithTip(TipT &&value)
const Aws::String & GetTip() const
bool DocsHasBeenSet() const
bool MessageHasBeenSet() const
AWS_LIGHTSAIL_API RegionSetupInProgressException()=default
RegionSetupInProgressException & WithDocs(DocsT &&value)
void SetDocs(DocsT &&value)
void SetMessage(MessageT &&value)
void SetCode(CodeT &&value)
AWS_LIGHTSAIL_API RegionSetupInProgressException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CodeHasBeenSet() const
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue