7#include <aws/drs/Drs_EXPORTS.h>
8#include <aws/drs/model/ServerStepConfiguration.h>
9#include <aws/drs/model/WaitStepConfiguration.h>
42 template <
typename ServerStepConfigurationT = ServerStepConfiguration>
44 m_serverStepConfigurationHasBeenSet =
true;
45 m_serverStepConfiguration = std::forward<ServerStepConfigurationT>(value);
47 template <
typename ServerStepConfigurationT = ServerStepConfiguration>
60 template <
typename WaitStepConfigurationT = WaitStepConfiguration>
62 m_waitStepConfigurationHasBeenSet =
true;
63 m_waitStepConfiguration = std::forward<WaitStepConfigurationT>(value);
65 template <
typename WaitStepConfigurationT = WaitStepConfiguration>
75 bool m_serverStepConfigurationHasBeenSet =
false;
76 bool m_waitStepConfigurationHasBeenSet =
false;
const WaitStepConfiguration & GetWaitStepConfiguration() const
AWS_DRS_API RecoveryPlanStepConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DRS_API RecoveryPlanStepConfiguration()=default
void SetWaitStepConfiguration(WaitStepConfigurationT &&value)
AWS_DRS_API RecoveryPlanStepConfiguration(Aws::Utils::Json::JsonView jsonValue)
const ServerStepConfiguration & GetServerStepConfiguration() const
RecoveryPlanStepConfiguration & WithServerStepConfiguration(ServerStepConfigurationT &&value)
bool ServerStepConfigurationHasBeenSet() const
RecoveryPlanStepConfiguration & WithWaitStepConfiguration(WaitStepConfigurationT &&value)
AWS_DRS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetServerStepConfiguration(ServerStepConfigurationT &&value)
bool WaitStepConfigurationHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue