7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/drs/DrsRequest.h>
9#include <aws/drs/Drs_EXPORTS.h>
10#include <aws/drs/model/RecoveryPlanStepConfiguration.h>
38 template <
typename RecoveryPlanStepArnT = Aws::String>
40 m_recoveryPlanStepArnHasBeenSet =
true;
41 m_recoveryPlanStepArn = std::forward<RecoveryPlanStepArnT>(value);
43 template <
typename RecoveryPlanStepArnT = Aws::String>
54 template <
typename StepNameT = Aws::String>
56 m_stepNameHasBeenSet =
true;
57 m_stepName = std::forward<StepNameT>(value);
59 template <
typename StepNameT = Aws::String>
70 template <
typename ConfigurationT = RecoveryPlanStepConfiguration>
72 m_configurationHasBeenSet =
true;
73 m_configuration = std::forward<ConfigurationT>(value);
75 template <
typename ConfigurationT = RecoveryPlanStepConfiguration>
87 bool m_recoveryPlanStepArnHasBeenSet =
false;
88 bool m_stepNameHasBeenSet =
false;
89 bool m_configurationHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_DRS_API Aws::String SerializePayload() const override
UpdateRecoveryPlanStepRequest & WithStepName(StepNameT &&value)
const RecoveryPlanStepConfiguration & GetConfiguration() const
void SetStepName(StepNameT &&value)
bool RecoveryPlanStepArnHasBeenSet() const
bool StepNameHasBeenSet() const
void SetConfiguration(ConfigurationT &&value)
UpdateRecoveryPlanStepRequest & WithConfiguration(ConfigurationT &&value)
bool ConfigurationHasBeenSet() const
UpdateRecoveryPlanStepRequest & WithRecoveryPlanStepArn(RecoveryPlanStepArnT &&value)
const Aws::String & GetRecoveryPlanStepArn() const
AWS_DRS_API UpdateRecoveryPlanStepRequest()=default
const Aws::String & GetStepName() const
void SetRecoveryPlanStepArn(RecoveryPlanStepArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String