AWS SDK for C++

AWS SDK for C++ Version 1.11.792

Loading...
Searching...
No Matches
DeleteAppInputSourceResult.h
1
6#pragma once
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>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Json {
20class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace ResilienceHub {
24namespace Model {
26 public:
27 AWS_RESILIENCEHUB_API DeleteAppInputSourceResult() = default;
30
32
41 inline const Aws::String& GetAppArn() const { return m_appArn; }
42 template <typename AppArnT = Aws::String>
43 void SetAppArn(AppArnT&& value) {
44 m_appArnHasBeenSet = true;
45 m_appArn = std::forward<AppArnT>(value);
46 }
47 template <typename AppArnT = Aws::String>
49 SetAppArn(std::forward<AppArnT>(value));
50 return *this;
51 }
53
55
59 inline const AppInputSource& GetAppInputSource() const { return m_appInputSource; }
60 template <typename AppInputSourceT = AppInputSource>
61 void SetAppInputSource(AppInputSourceT&& value) {
62 m_appInputSourceHasBeenSet = true;
63 m_appInputSource = std::forward<AppInputSourceT>(value);
64 }
65 template <typename AppInputSourceT = AppInputSource>
67 SetAppInputSource(std::forward<AppInputSourceT>(value));
68 return *this;
69 }
71
73
74 inline const Aws::String& GetRequestId() const { return m_requestId; }
75 template <typename RequestIdT = Aws::String>
76 void SetRequestId(RequestIdT&& value) {
77 m_requestIdHasBeenSet = true;
78 m_requestId = std::forward<RequestIdT>(value);
79 }
80 template <typename RequestIdT = Aws::String>
82 SetRequestId(std::forward<RequestIdT>(value));
83 return *this;
84 }
86 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
87
88 private:
89 Aws::String m_appArn;
90
91 AppInputSource m_appInputSource;
92
93 Aws::String m_requestId;
94 Aws::Http::HttpResponseCode m_HttpResponseCode;
95 bool m_appArnHasBeenSet = false;
96 bool m_appInputSourceHasBeenSet = false;
97 bool m_requestIdHasBeenSet = false;
98};
99
100} // namespace Model
101} // namespace ResilienceHub
102} // 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