7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/drs/Drs_EXPORTS.h>
10#include <aws/drs/model/RecoveryPlanStep.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
34 template <
typename RecoveryPlanStepT = RecoveryPlanStep>
36 m_recoveryPlanStepHasBeenSet =
true;
37 m_recoveryPlanStep = std::forward<RecoveryPlanStepT>(value);
39 template <
typename RecoveryPlanStepT = RecoveryPlanStep>
49 template <
typename RequestIdT = Aws::String>
51 m_requestIdHasBeenSet =
true;
52 m_requestId = std::forward<RequestIdT>(value);
54 template <
typename RequestIdT = Aws::String>
67 bool m_recoveryPlanStepHasBeenSet =
false;
68 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetRecoveryPlanStepResult & WithRequestId(RequestIdT &&value)
AWS_DRS_API GetRecoveryPlanStepResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const RecoveryPlanStep & GetRecoveryPlanStep() const
const Aws::String & GetRequestId() const
AWS_DRS_API GetRecoveryPlanStepResult()=default
void SetRequestId(RequestIdT &&value)
void SetRecoveryPlanStep(RecoveryPlanStepT &&value)
AWS_DRS_API GetRecoveryPlanStepResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRecoveryPlanStepResult & WithRecoveryPlanStep(RecoveryPlanStepT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue