7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/drs/Drs_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename RecoveryPlanArnT = Aws::String>
37 m_recoveryPlanArnHasBeenSet =
true;
38 m_recoveryPlanArn = std::forward<RecoveryPlanArnT>(value);
40 template <
typename RecoveryPlanArnT = Aws::String>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
68 bool m_recoveryPlanArnHasBeenSet =
false;
69 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_DRS_API DeleteRecoveryPlanResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DRS_API DeleteRecoveryPlanResult()=default
AWS_DRS_API DeleteRecoveryPlanResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteRecoveryPlanResult & WithRecoveryPlanArn(RecoveryPlanArnT &&value)
DeleteRecoveryPlanResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetRecoveryPlanArn(RecoveryPlanArnT &&value)
const Aws::String & GetRecoveryPlanArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue