7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/lightsail/model/R53HostedZoneDeletionStateCode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
68 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
76 bool m_codeHasBeenSet =
false;
79 bool m_messageHasBeenSet =
false;
R53HostedZoneDeletionState & WithMessage(const Aws::String &value)
R53HostedZoneDeletionState & WithCode(const R53HostedZoneDeletionStateCode &value)
void SetMessage(const Aws::String &value)
const Aws::String & GetMessage() const
void SetMessage(const char *value)
bool CodeHasBeenSet() const
R53HostedZoneDeletionState & WithMessage(const char *value)
R53HostedZoneDeletionState & WithMessage(Aws::String &&value)
void SetCode(R53HostedZoneDeletionStateCode &&value)
const R53HostedZoneDeletionStateCode & GetCode() const
AWS_LIGHTSAIL_API R53HostedZoneDeletionState()
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LIGHTSAIL_API R53HostedZoneDeletionState(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
AWS_LIGHTSAIL_API R53HostedZoneDeletionState & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCode(const R53HostedZoneDeletionStateCode &value)
R53HostedZoneDeletionState & WithCode(R53HostedZoneDeletionStateCode &&value)
void SetMessage(Aws::String &&value)
R53HostedZoneDeletionStateCode
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue