7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
42 template <
typename ActionT = Aws::String>
44 m_actionHasBeenSet =
true;
45 m_action = std::forward<ActionT>(value);
47 template <
typename ActionT = Aws::String>
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
78 template <
typename CurrentApplyDateT = Aws::Utils::DateTime>
80 m_currentApplyDateHasBeenSet =
true;
81 m_currentApplyDate = std::forward<CurrentApplyDateT>(value);
83 template <
typename CurrentApplyDateT = Aws::Utils::DateTime>
91 bool m_actionHasBeenSet =
false;
94 bool m_descriptionHasBeenSet =
false;
97 bool m_currentApplyDateHasBeenSet =
false;
bool CurrentApplyDateHasBeenSet() const
PendingMaintenanceAction & WithDescription(DescriptionT &&value)
void SetCurrentApplyDate(CurrentApplyDateT &&value)
const Aws::String & GetAction() const
AWS_LIGHTSAIL_API PendingMaintenanceAction & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LIGHTSAIL_API PendingMaintenanceAction()=default
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetCurrentApplyDate() const
void SetDescription(DescriptionT &&value)
PendingMaintenanceAction & WithAction(ActionT &&value)
void SetAction(ActionT &&value)
PendingMaintenanceAction & WithCurrentApplyDate(CurrentApplyDateT &&value)
bool ActionHasBeenSet() const
AWS_LIGHTSAIL_API PendingMaintenanceAction(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() 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