7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename CodeT = Aws::String>
47 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
48 template<
typename CodeT = Aws::String>
60 template<
typename DocsT = Aws::String>
61 void SetDocs(DocsT&& value) { m_docsHasBeenSet =
true; m_docs = std::forward<DocsT>(value); }
62 template<
typename DocsT = Aws::String>
70 template<
typename MessageT = Aws::String>
71 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
72 template<
typename MessageT = Aws::String>
83 template<
typename TipT = Aws::String>
84 void SetTip(TipT&& value) { m_tipHasBeenSet =
true; m_tip = std::forward<TipT>(value); }
85 template<
typename TipT = Aws::String>
91 bool m_codeHasBeenSet =
false;
94 bool m_docsHasBeenSet =
false;
97 bool m_messageHasBeenSet =
false;
100 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