AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
UpdateFleetResult.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 AppStream
24{
25namespace Model
26{
28 {
29 public:
33
34
38 inline const Fleet& GetFleet() const{ return m_fleet; }
39
43 inline void SetFleet(const Fleet& value) { m_fleet = value; }
44
48 inline void SetFleet(Fleet&& value) { m_fleet = std::move(value); }
49
53 inline UpdateFleetResult& WithFleet(const Fleet& value) { SetFleet(value); return *this;}
54
58 inline UpdateFleetResult& WithFleet(Fleet&& value) { SetFleet(std::move(value)); return *this;}
59
60 private:
61
62 Fleet m_fleet;
63 };
64
65} // namespace Model
66} // namespace AppStream
67} // namespace Aws
#define AWS_APPSTREAM_API
AWS_APPSTREAM_API UpdateFleetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateFleetResult & WithFleet(const Fleet &value)
UpdateFleetResult & WithFleet(Fleet &&value)
AWS_APPSTREAM_API UpdateFleetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)