AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DeleteAppInputSourceResult.h
1
6#pragma once
7#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehub/model/AppInputSource.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace ResilienceHub
25{
26namespace Model
27{
29 {
30 public:
31 AWS_RESILIENCEHUB_API DeleteAppInputSourceResult() = default;
34
35
37
46 inline const Aws::String& GetAppArn() const { return m_appArn; }
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>
50 DeleteAppInputSourceResult& WithAppArn(AppArnT&& value) { SetAppArn(std::forward<AppArnT>(value)); return *this;}
52
54
58 inline const AppInputSource& GetAppInputSource() const { return m_appInputSource; }
59 template<typename AppInputSourceT = AppInputSource>
60 void SetAppInputSource(AppInputSourceT&& value) { m_appInputSourceHasBeenSet = true; m_appInputSource = std::forward<AppInputSourceT>(value); }
61 template<typename AppInputSourceT = AppInputSource>
62 DeleteAppInputSourceResult& WithAppInputSource(AppInputSourceT&& value) { SetAppInputSource(std::forward<AppInputSourceT>(value)); return *this;}
64
66
67 inline const Aws::String& GetRequestId() const { return m_requestId; }
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>
71 DeleteAppInputSourceResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
73 private:
74
75 Aws::String m_appArn;
76 bool m_appArnHasBeenSet = false;
77
78 AppInputSource m_appInputSource;
79 bool m_appInputSourceHasBeenSet = false;
80
81 Aws::String m_requestId;
82 bool m_requestIdHasBeenSet = false;
83 };
84
85} // namespace Model
86} // namespace ResilienceHub
87} // 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