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 RecoveryPlanExecutionArnT = Aws::String>
39 m_recoveryPlanExecutionArnHasBeenSet =
true;
40 m_recoveryPlanExecutionArn = std::forward<RecoveryPlanExecutionArnT>(value);
42 template <
typename RecoveryPlanExecutionArnT = Aws::String>
50 bool m_recoveryPlanExecutionArnHasBeenSet =
false;
AWS_DRS_API GetRecoveryPlanExecutionRequest()=default
AWS_DRS_API Aws::String SerializePayload() const override
const Aws::String & GetRecoveryPlanExecutionArn() const
bool RecoveryPlanExecutionArnHasBeenSet() const
void SetRecoveryPlanExecutionArn(RecoveryPlanExecutionArnT &&value)
GetRecoveryPlanExecutionRequest & WithRecoveryPlanExecutionArn(RecoveryPlanExecutionArnT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String