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/rds/RDS_EXPORTS.h>
55 template <
typename ActionT = Aws::String>
57 m_actionHasBeenSet =
true;
58 m_action = std::forward<ActionT>(value);
60 template <
typename ActionT = Aws::String>
75 template <
typename AutoAppliedAfterDateT = Aws::Utils::DateTime>
77 m_autoAppliedAfterDateHasBeenSet =
true;
78 m_autoAppliedAfterDate = std::forward<AutoAppliedAfterDateT>(value);
80 template <
typename AutoAppliedAfterDateT = Aws::Utils::DateTime>
96 template <
typename ForcedApplyDateT = Aws::Utils::DateTime>
98 m_forcedApplyDateHasBeenSet =
true;
99 m_forcedApplyDate = std::forward<ForcedApplyDateT>(value);
101 template <
typename ForcedApplyDateT = Aws::Utils::DateTime>
115 template <
typename OptInStatusT = Aws::String>
117 m_optInStatusHasBeenSet =
true;
118 m_optInStatus = std::forward<OptInStatusT>(value);
120 template <
typename OptInStatusT = Aws::String>
139 template <
typename CurrentApplyDateT = Aws::Utils::DateTime>
141 m_currentApplyDateHasBeenSet =
true;
142 m_currentApplyDate = std::forward<CurrentApplyDateT>(value);
144 template <
typename CurrentApplyDateT = Aws::Utils::DateTime>
157 template <
typename DescriptionT = Aws::String>
159 m_descriptionHasBeenSet =
true;
160 m_description = std::forward<DescriptionT>(value);
162 template <
typename DescriptionT = Aws::String>
180 bool m_actionHasBeenSet =
false;
181 bool m_autoAppliedAfterDateHasBeenSet =
false;
182 bool m_forcedApplyDateHasBeenSet =
false;
183 bool m_optInStatusHasBeenSet =
false;
184 bool m_currentApplyDateHasBeenSet =
false;
185 bool m_descriptionHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
AWS_RDS_API PendingMaintenanceAction & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_RDS_API PendingMaintenanceAction()=default
const Aws::Utils::DateTime & GetCurrentApplyDate() const
PendingMaintenanceAction & WithAction(ActionT &&value)
void SetAction(ActionT &&value)
bool CurrentApplyDateHasBeenSet() const
PendingMaintenanceAction & WithDescription(DescriptionT &&value)
PendingMaintenanceAction & WithAutoAppliedAfterDate(AutoAppliedAfterDateT &&value)
bool ForcedApplyDateHasBeenSet() const
bool OptInStatusHasBeenSet() const
void SetForcedApplyDate(ForcedApplyDateT &&value)
const Aws::Utils::DateTime & GetAutoAppliedAfterDate() const
void SetAutoAppliedAfterDate(AutoAppliedAfterDateT &&value)
const Aws::String & GetOptInStatus() const
PendingMaintenanceAction & WithForcedApplyDate(ForcedApplyDateT &&value)
PendingMaintenanceAction & WithOptInStatus(OptInStatusT &&value)
AWS_RDS_API PendingMaintenanceAction(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ActionHasBeenSet() const
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetOptInStatus(OptInStatusT &&value)
bool AutoAppliedAfterDateHasBeenSet() const
PendingMaintenanceAction & WithCurrentApplyDate(CurrentApplyDateT &&value)
void SetCurrentApplyDate(CurrentApplyDateT &&value)
const Aws::String & GetDescription() const
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetAction() const
const Aws::Utils::DateTime & GetForcedApplyDate() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream