7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
10#include <aws/resiliencehub/model/AppInputSource.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ResilienceHub {
42 template <
typename AppArnT = Aws::String>
44 m_appArnHasBeenSet =
true;
45 m_appArn = std::forward<AppArnT>(value);
47 template <
typename AppArnT = Aws::String>
60 template <
typename AppInputSourceT = AppInputSource>
62 m_appInputSourceHasBeenSet =
true;
63 m_appInputSource = std::forward<AppInputSourceT>(value);
65 template <
typename AppInputSourceT = AppInputSource>
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
95 bool m_appArnHasBeenSet =
false;
96 bool m_appInputSourceHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue