7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/drs/Drs_EXPORTS.h>
9#include <aws/drs/model/RecoveryPlanStatus.h>
41 template <
typename RecoveryPlanArnT = Aws::String>
43 m_recoveryPlanArnHasBeenSet =
true;
44 m_recoveryPlanArn = std::forward<RecoveryPlanArnT>(value);
46 template <
typename RecoveryPlanArnT = Aws::String>
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
76 m_statusHasBeenSet =
true;
91 template <
typename CreatedAtT = Aws::String>
93 m_createdAtHasBeenSet =
true;
94 m_createdAt = std::forward<CreatedAtT>(value);
96 template <
typename CreatedAtT = Aws::String>
109 template <
typename UpdatedAtT = Aws::String>
111 m_updatedAtHasBeenSet =
true;
112 m_updatedAt = std::forward<UpdatedAtT>(value);
114 template <
typename UpdatedAtT = Aws::String>
130 bool m_recoveryPlanArnHasBeenSet =
false;
131 bool m_nameHasBeenSet =
false;
132 bool m_statusHasBeenSet =
false;
133 bool m_createdAtHasBeenSet =
false;
134 bool m_updatedAtHasBeenSet =
false;
void SetCreatedAt(CreatedAtT &&value)
RecoveryPlanSummary & WithName(NameT &&value)
const Aws::String & GetUpdatedAt() const
bool UpdatedAtHasBeenSet() const
void SetRecoveryPlanArn(RecoveryPlanArnT &&value)
RecoveryPlanSummary & WithCreatedAt(CreatedAtT &&value)
AWS_DRS_API RecoveryPlanSummary(Aws::Utils::Json::JsonView jsonValue)
RecoveryPlanSummary & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetRecoveryPlanArn() const
void SetUpdatedAt(UpdatedAtT &&value)
bool NameHasBeenSet() const
bool StatusHasBeenSet() const
RecoveryPlanSummary & WithStatus(RecoveryPlanStatus value)
const Aws::String & GetName() const
bool RecoveryPlanArnHasBeenSet() const
AWS_DRS_API RecoveryPlanSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DRS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
RecoveryPlanStatus GetStatus() const
AWS_DRS_API RecoveryPlanSummary()=default
const Aws::String & GetCreatedAt() const
bool CreatedAtHasBeenSet() const
void SetStatus(RecoveryPlanStatus value)
RecoveryPlanSummary & WithRecoveryPlanArn(RecoveryPlanArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue