AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
DeleteAppInputSourceResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
9#include <aws/resiliencehub/model/AppInputSource.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace ResilienceHub {
23namespace Model {
25 public:
26 AWS_RESILIENCEHUB_API DeleteAppInputSourceResult() = default;
29
31
40 inline const Aws::String& GetAppArn() const { return m_appArn; }
41 template <typename AppArnT = Aws::String>
42 void SetAppArn(AppArnT&& value) {
43 m_appArnHasBeenSet = true;
44 m_appArn = std::forward<AppArnT>(value);
45 }
46 template <typename AppArnT = Aws::String>
48 SetAppArn(std::forward<AppArnT>(value));
49 return *this;
50 }
52
54
58 inline const AppInputSource& GetAppInputSource() const { return m_appInputSource; }
59 template <typename AppInputSourceT = AppInputSource>
60 void SetAppInputSource(AppInputSourceT&& value) {
61 m_appInputSourceHasBeenSet = true;
62 m_appInputSource = std::forward<AppInputSourceT>(value);
63 }
64 template <typename AppInputSourceT = AppInputSource>
66 SetAppInputSource(std::forward<AppInputSourceT>(value));
67 return *this;
68 }
70
72
73 inline const Aws::String& GetRequestId() const { return m_requestId; }
74 template <typename RequestIdT = Aws::String>
75 void SetRequestId(RequestIdT&& value) {
76 m_requestIdHasBeenSet = true;
77 m_requestId = std::forward<RequestIdT>(value);
78 }
79 template <typename RequestIdT = Aws::String>
81 SetRequestId(std::forward<RequestIdT>(value));
82 return *this;
83 }
85 private:
86 Aws::String m_appArn;
87
88 AppInputSource m_appInputSource;
89
90 Aws::String m_requestId;
91 bool m_appArnHasBeenSet = false;
92 bool m_appInputSourceHasBeenSet = false;
93 bool m_requestIdHasBeenSet = false;
94};
95
96} // namespace Model
97} // namespace ResilienceHub
98} // namespace Aws
AWS_RESILIENCEHUB_API DeleteAppInputSourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_RESILIENCEHUB_API DeleteAppInputSourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteAppInputSourceResult & WithAppArn(AppArnT &&value)
AWS_RESILIENCEHUB_API DeleteAppInputSourceResult()=default
DeleteAppInputSourceResult & WithAppInputSource(AppInputSourceT &&value)
DeleteAppInputSourceResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue