7#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehub/model/AppInputSource.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace ResilienceHub
47 template<
typename AppArnT = Aws::String>
48 void SetAppArn(AppArnT&& value) { m_appArnHasBeenSet =
true; m_appArn = std::forward<AppArnT>(value); }
49 template<
typename AppArnT = Aws::String>
59 template<
typename AppInputSourceT = AppInputSource>
60 void SetAppInputSource(AppInputSourceT&& value) { m_appInputSourceHasBeenSet =
true; m_appInputSource = std::forward<AppInputSourceT>(value); }
61 template<
typename AppInputSourceT = AppInputSource>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_appArnHasBeenSet =
false;
79 bool m_appInputSourceHasBeenSet =
false;
82 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue