7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/drs/DrsRequest.h>
9#include <aws/drs/Drs_EXPORTS.h>
37 template <
typename RecoveryPlanStepArnT = Aws::String>
39 m_recoveryPlanStepArnHasBeenSet =
true;
40 m_recoveryPlanStepArn = std::forward<RecoveryPlanStepArnT>(value);
42 template <
typename RecoveryPlanStepArnT = Aws::String>
50 bool m_recoveryPlanStepArnHasBeenSet =
false;
const Aws::String & GetRecoveryPlanStepArn() const
bool RecoveryPlanStepArnHasBeenSet() const
void SetRecoveryPlanStepArn(RecoveryPlanStepArnT &&value)
AWS_DRS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
GetRecoveryPlanStepRequest & WithRecoveryPlanStepArn(RecoveryPlanStepArnT &&value)
AWS_DRS_API GetRecoveryPlanStepRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String