AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
34
35
37
46 inline const Aws::String& GetAppArn() const{ return m_appArn; }
47 inline void SetAppArn(const Aws::String& value) { m_appArn = value; }
48 inline void SetAppArn(Aws::String&& value) { m_appArn = std::move(value); }
49 inline void SetAppArn(const char* value) { m_appArn.assign(value); }
50 inline DeleteAppInputSourceResult& WithAppArn(const Aws::String& value) { SetAppArn(value); return *this;}
51 inline DeleteAppInputSourceResult& WithAppArn(Aws::String&& value) { SetAppArn(std::move(value)); return *this;}
52 inline DeleteAppInputSourceResult& WithAppArn(const char* value) { SetAppArn(value); return *this;}
54
56
60 inline const AppInputSource& GetAppInputSource() const{ return m_appInputSource; }
61 inline void SetAppInputSource(const AppInputSource& value) { m_appInputSource = value; }
62 inline void SetAppInputSource(AppInputSource&& value) { m_appInputSource = std::move(value); }
64 inline DeleteAppInputSourceResult& WithAppInputSource(AppInputSource&& value) { SetAppInputSource(std::move(value)); return *this;}
66
68
69 inline const Aws::String& GetRequestId() const{ return m_requestId; }
70 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
71 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
72 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
73 inline DeleteAppInputSourceResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
74 inline DeleteAppInputSourceResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
75 inline DeleteAppInputSourceResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
77 private:
78
79 Aws::String m_appArn;
80
81 AppInputSource m_appInputSource;
82
83 Aws::String m_requestId;
84 };
85
86} // namespace Model
87} // namespace ResilienceHub
88} // namespace Aws
AWS_RESILIENCEHUB_API DeleteAppInputSourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteAppInputSourceResult & WithRequestId(Aws::String &&value)
AWS_RESILIENCEHUB_API DeleteAppInputSourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteAppInputSourceResult & WithAppInputSource(const AppInputSource &value)
DeleteAppInputSourceResult & WithAppInputSource(AppInputSource &&value)
DeleteAppInputSourceResult & WithAppArn(const Aws::String &value)
DeleteAppInputSourceResult & WithRequestId(const Aws::String &value)
DeleteAppInputSourceResult & WithAppArn(Aws::String &&value)
DeleteAppInputSourceResult & WithAppArn(const char *value)
DeleteAppInputSourceResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue