7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace ResilienceHub {
40 template <
typename AppArnT = Aws::String>
42 m_appArnHasBeenSet =
true;
43 m_appArn = std::forward<AppArnT>(value);
45 template <
typename AppArnT = Aws::String>
55 template <
typename RequestIdT = Aws::String>
57 m_requestIdHasBeenSet =
true;
58 m_requestId = std::forward<RequestIdT>(value);
60 template <
typename RequestIdT = Aws::String>
70 bool m_appArnHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
DeleteAppResult & WithAppArn(AppArnT &&value)
AWS_RESILIENCEHUB_API DeleteAppResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteAppResult & WithRequestId(RequestIdT &&value)
AWS_RESILIENCEHUB_API DeleteAppResult()=default
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetAppArn(AppArnT &&value)
AWS_RESILIENCEHUB_API DeleteAppResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetAppArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue