7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace resiliencehubv2 {
33 template <
typename SystemArnT = Aws::String>
35 m_systemArnHasBeenSet =
true;
36 m_systemArn = std::forward<SystemArnT>(value);
38 template <
typename SystemArnT = Aws::String>
48 template <
typename RequestIdT = Aws::String>
50 m_requestIdHasBeenSet =
true;
51 m_requestId = std::forward<RequestIdT>(value);
53 template <
typename RequestIdT = Aws::String>
66 bool m_systemArnHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetSystemArn() const
DeleteSystemResult & WithSystemArn(SystemArnT &&value)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetSystemArn(SystemArnT &&value)
AWS_RESILIENCEHUBV2_API DeleteSystemResult()=default
AWS_RESILIENCEHUBV2_API DeleteSystemResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteSystemResult & WithRequestId(RequestIdT &&value)
AWS_RESILIENCEHUBV2_API DeleteSystemResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue