AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
PutAccountSettingResult.h
Go to the documentation of this file.
1
6#pragma once
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace ECS
24{
25namespace Model
26{
28 {
29 public:
33
34
38 inline const Setting& GetSetting() const{ return m_setting; }
39
43 inline void SetSetting(const Setting& value) { m_setting = value; }
44
48 inline void SetSetting(Setting&& value) { m_setting = std::move(value); }
49
53 inline PutAccountSettingResult& WithSetting(const Setting& value) { SetSetting(value); return *this;}
54
58 inline PutAccountSettingResult& WithSetting(Setting&& value) { SetSetting(std::move(value)); return *this;}
59
60 private:
61
62 Setting m_setting;
63 };
64
65} // namespace Model
66} // namespace ECS
67} // namespace Aws
#define AWS_ECS_API
Definition: ECS_EXPORTS.h:28
PutAccountSettingResult & WithSetting(Setting &&value)
AWS_ECS_API PutAccountSettingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ECS_API PutAccountSettingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutAccountSettingResult & WithSetting(const Setting &value)