7#include <aws/docdb-elastic/DocDBElastic_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ActionT = Aws::String>
48 void SetAction(ActionT&& value) { m_actionHasBeenSet =
true; m_action = std::forward<ActionT>(value); }
49 template<
typename ActionT = Aws::String>
62 template<
typename AutoAppliedAfterDateT = Aws::String>
63 void SetAutoAppliedAfterDate(AutoAppliedAfterDateT&& value) { m_autoAppliedAfterDateHasBeenSet =
true; m_autoAppliedAfterDate = std::forward<AutoAppliedAfterDateT>(value); }
64 template<
typename AutoAppliedAfterDateT = Aws::String>
75 template<
typename CurrentApplyDateT = Aws::String>
76 void SetCurrentApplyDate(CurrentApplyDateT&& value) { m_currentApplyDateHasBeenSet =
true; m_currentApplyDate = std::forward<CurrentApplyDateT>(value); }
77 template<
typename CurrentApplyDateT = Aws::String>
88 template<
typename DescriptionT = Aws::String>
89 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
90 template<
typename DescriptionT = Aws::String>
103 template<
typename ForcedApplyDateT = Aws::String>
104 void SetForcedApplyDate(ForcedApplyDateT&& value) { m_forcedApplyDateHasBeenSet =
true; m_forcedApplyDate = std::forward<ForcedApplyDateT>(value); }
105 template<
typename ForcedApplyDateT = Aws::String>
116 template<
typename OptInStatusT = Aws::String>
117 void SetOptInStatus(OptInStatusT&& value) { m_optInStatusHasBeenSet =
true; m_optInStatus = std::forward<OptInStatusT>(value); }
118 template<
typename OptInStatusT = Aws::String>
124 bool m_actionHasBeenSet =
false;
127 bool m_autoAppliedAfterDateHasBeenSet =
false;
130 bool m_currentApplyDateHasBeenSet =
false;
133 bool m_descriptionHasBeenSet =
false;
136 bool m_forcedApplyDateHasBeenSet =
false;
139 bool m_optInStatusHasBeenSet =
false;
const Aws::String & GetDescription() const
bool CurrentApplyDateHasBeenSet() const
bool AutoAppliedAfterDateHasBeenSet() const
PendingMaintenanceActionDetails & WithAutoAppliedAfterDate(AutoAppliedAfterDateT &&value)
bool ActionHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetCurrentApplyDate() const
bool ForcedApplyDateHasBeenSet() const
void SetAction(ActionT &&value)
void SetAutoAppliedAfterDate(AutoAppliedAfterDateT &&value)
AWS_DOCDBELASTIC_API PendingMaintenanceActionDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetOptInStatus() const
const Aws::String & GetForcedApplyDate() const
PendingMaintenanceActionDetails & WithOptInStatus(OptInStatusT &&value)
bool DescriptionHasBeenSet() const
AWS_DOCDBELASTIC_API PendingMaintenanceActionDetails()=default
void SetOptInStatus(OptInStatusT &&value)
void SetForcedApplyDate(ForcedApplyDateT &&value)
AWS_DOCDBELASTIC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCurrentApplyDate(CurrentApplyDateT &&value)
bool OptInStatusHasBeenSet() const
PendingMaintenanceActionDetails & WithCurrentApplyDate(CurrentApplyDateT &&value)
PendingMaintenanceActionDetails & WithDescription(DescriptionT &&value)
AWS_DOCDBELASTIC_API PendingMaintenanceActionDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAction() const
const Aws::String & GetAutoAppliedAfterDate() const
PendingMaintenanceActionDetails & WithForcedApplyDate(ForcedApplyDateT &&value)
PendingMaintenanceActionDetails & WithAction(ActionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue