7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/neptune/Neptune_EXPORTS.h>
45 template <
typename ActionT = Aws::String>
47 m_actionHasBeenSet =
true;
48 m_action = std::forward<ActionT>(value);
50 template <
typename ActionT = Aws::String>
66 template <
typename AutoAppliedAfterDateT = Aws::Utils::DateTime>
68 m_autoAppliedAfterDateHasBeenSet =
true;
69 m_autoAppliedAfterDate = std::forward<AutoAppliedAfterDateT>(value);
71 template <
typename AutoAppliedAfterDateT = Aws::Utils::DateTime>
87 template <
typename ForcedApplyDateT = Aws::Utils::DateTime>
89 m_forcedApplyDateHasBeenSet =
true;
90 m_forcedApplyDate = std::forward<ForcedApplyDateT>(value);
92 template <
typename ForcedApplyDateT = Aws::Utils::DateTime>
106 template <
typename OptInStatusT = Aws::String>
108 m_optInStatusHasBeenSet =
true;
109 m_optInStatus = std::forward<OptInStatusT>(value);
111 template <
typename OptInStatusT = Aws::String>
129 template <
typename CurrentApplyDateT = Aws::Utils::DateTime>
131 m_currentApplyDateHasBeenSet =
true;
132 m_currentApplyDate = std::forward<CurrentApplyDateT>(value);
134 template <
typename CurrentApplyDateT = Aws::Utils::DateTime>
147 template <
typename DescriptionT = Aws::String>
149 m_descriptionHasBeenSet =
true;
150 m_description = std::forward<DescriptionT>(value);
152 template <
typename DescriptionT = Aws::String>
160 bool m_actionHasBeenSet =
false;
163 bool m_autoAppliedAfterDateHasBeenSet =
false;
166 bool m_forcedApplyDateHasBeenSet =
false;
169 bool m_optInStatusHasBeenSet =
false;
172 bool m_currentApplyDateHasBeenSet =
false;
175 bool m_descriptionHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
PendingMaintenanceAction & WithDescription(DescriptionT &&value)
bool AutoAppliedAfterDateHasBeenSet() const
AWS_NEPTUNE_API PendingMaintenanceAction(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Utils::DateTime & GetAutoAppliedAfterDate() const
bool ActionHasBeenSet() const
void SetAction(ActionT &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetDescription() const
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
PendingMaintenanceAction & WithOptInStatus(OptInStatusT &&value)
bool CurrentApplyDateHasBeenSet() const
void SetOptInStatus(OptInStatusT &&value)
AWS_NEPTUNE_API PendingMaintenanceAction()=default
const Aws::Utils::DateTime & GetForcedApplyDate() const
bool ForcedApplyDateHasBeenSet() const
const Aws::String & GetAction() const
PendingMaintenanceAction & WithAction(ActionT &&value)
bool OptInStatusHasBeenSet() const
void SetAutoAppliedAfterDate(AutoAppliedAfterDateT &&value)
const Aws::Utils::DateTime & GetCurrentApplyDate() const
void SetForcedApplyDate(ForcedApplyDateT &&value)
PendingMaintenanceAction & WithCurrentApplyDate(CurrentApplyDateT &&value)
PendingMaintenanceAction & WithForcedApplyDate(ForcedApplyDateT &&value)
PendingMaintenanceAction & WithAutoAppliedAfterDate(AutoAppliedAfterDateT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetOptInStatus() const
void SetCurrentApplyDate(CurrentApplyDateT &&value)
AWS_NEPTUNE_API PendingMaintenanceAction & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream