7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
9#include <aws/resiliencehub/model/AppInputSource.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ResilienceHub {
41 template <
typename AppArnT = Aws::String>
43 m_appArnHasBeenSet =
true;
44 m_appArn = std::forward<AppArnT>(value);
46 template <
typename AppArnT = Aws::String>
59 template <
typename AppInputSourceT = AppInputSource>
61 m_appInputSourceHasBeenSet =
true;
62 m_appInputSource = std::forward<AppInputSourceT>(value);
64 template <
typename AppInputSourceT = AppInputSource>
74 template <
typename RequestIdT = Aws::String>
76 m_requestIdHasBeenSet =
true;
77 m_requestId = std::forward<RequestIdT>(value);
79 template <
typename RequestIdT = Aws::String>
91 bool m_appArnHasBeenSet =
false;
92 bool m_appInputSourceHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue