AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PutAppsListResult.h
1
6#pragma once
7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/fms/model/AppsListData.h>
9#include <aws/core/utils/memory/stl/AWSString.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 FMS
25{
26namespace Model
27{
29 {
30 public:
31 AWS_FMS_API PutAppsListResult();
34
35
37
40 inline const AppsListData& GetAppsList() const{ return m_appsList; }
41 inline void SetAppsList(const AppsListData& value) { m_appsList = value; }
42 inline void SetAppsList(AppsListData&& value) { m_appsList = std::move(value); }
43 inline PutAppsListResult& WithAppsList(const AppsListData& value) { SetAppsList(value); return *this;}
44 inline PutAppsListResult& WithAppsList(AppsListData&& value) { SetAppsList(std::move(value)); return *this;}
46
48
51 inline const Aws::String& GetAppsListArn() const{ return m_appsListArn; }
52 inline void SetAppsListArn(const Aws::String& value) { m_appsListArn = value; }
53 inline void SetAppsListArn(Aws::String&& value) { m_appsListArn = std::move(value); }
54 inline void SetAppsListArn(const char* value) { m_appsListArn.assign(value); }
55 inline PutAppsListResult& WithAppsListArn(const Aws::String& value) { SetAppsListArn(value); return *this;}
56 inline PutAppsListResult& WithAppsListArn(Aws::String&& value) { SetAppsListArn(std::move(value)); return *this;}
57 inline PutAppsListResult& WithAppsListArn(const char* value) { SetAppsListArn(value); return *this;}
59
61
62 inline const Aws::String& GetRequestId() const{ return m_requestId; }
63 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
64 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
65 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
66 inline PutAppsListResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
67 inline PutAppsListResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
68 inline PutAppsListResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
70 private:
71
72 AppsListData m_appsList;
73
74 Aws::String m_appsListArn;
75
76 Aws::String m_requestId;
77 };
78
79} // namespace Model
80} // namespace FMS
81} // namespace Aws
void SetRequestId(const char *value)
AWS_FMS_API PutAppsListResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutAppsListResult & WithAppsList(const AppsListData &value)
void SetAppsListArn(const char *value)
void SetAppsList(AppsListData &&value)
void SetRequestId(const Aws::String &value)
void SetAppsListArn(const Aws::String &value)
const Aws::String & GetRequestId() const
PutAppsListResult & WithRequestId(Aws::String &&value)
PutAppsListResult & WithRequestId(const char *value)
PutAppsListResult & WithAppsListArn(const char *value)
PutAppsListResult & WithAppsList(AppsListData &&value)
const Aws::String & GetAppsListArn() const
void SetRequestId(Aws::String &&value)
AWS_FMS_API PutAppsListResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAppsList(const AppsListData &value)
PutAppsListResult & WithRequestId(const Aws::String &value)
const AppsListData & GetAppsList() const
PutAppsListResult & WithAppsListArn(const Aws::String &value)
void SetAppsListArn(Aws::String &&value)
PutAppsListResult & WithAppsListArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue