AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateFleetCapacityResult.h
1
6#pragma once
7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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 GameLift
24{
25namespace Model
26{
28 {
29 public:
30 AWS_GAMELIFT_API UpdateFleetCapacityResult();
33
34
36
39 inline const Aws::String& GetFleetId() const{ return m_fleetId; }
40 inline void SetFleetId(const Aws::String& value) { m_fleetId = value; }
41 inline void SetFleetId(Aws::String&& value) { m_fleetId = std::move(value); }
42 inline void SetFleetId(const char* value) { m_fleetId.assign(value); }
43 inline UpdateFleetCapacityResult& WithFleetId(const Aws::String& value) { SetFleetId(value); return *this;}
44 inline UpdateFleetCapacityResult& WithFleetId(Aws::String&& value) { SetFleetId(std::move(value)); return *this;}
45 inline UpdateFleetCapacityResult& WithFleetId(const char* value) { SetFleetId(value); return *this;}
47
49
57 inline const Aws::String& GetFleetArn() const{ return m_fleetArn; }
58 inline void SetFleetArn(const Aws::String& value) { m_fleetArn = value; }
59 inline void SetFleetArn(Aws::String&& value) { m_fleetArn = std::move(value); }
60 inline void SetFleetArn(const char* value) { m_fleetArn.assign(value); }
61 inline UpdateFleetCapacityResult& WithFleetArn(const Aws::String& value) { SetFleetArn(value); return *this;}
62 inline UpdateFleetCapacityResult& WithFleetArn(Aws::String&& value) { SetFleetArn(std::move(value)); return *this;}
63 inline UpdateFleetCapacityResult& WithFleetArn(const char* value) { SetFleetArn(value); return *this;}
65
67
71 inline const Aws::String& GetLocation() const{ return m_location; }
72 inline void SetLocation(const Aws::String& value) { m_location = value; }
73 inline void SetLocation(Aws::String&& value) { m_location = std::move(value); }
74 inline void SetLocation(const char* value) { m_location.assign(value); }
75 inline UpdateFleetCapacityResult& WithLocation(const Aws::String& value) { SetLocation(value); return *this;}
76 inline UpdateFleetCapacityResult& WithLocation(Aws::String&& value) { SetLocation(std::move(value)); return *this;}
77 inline UpdateFleetCapacityResult& WithLocation(const char* value) { SetLocation(value); return *this;}
79
81
82 inline const Aws::String& GetRequestId() const{ return m_requestId; }
83 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
84 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
85 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
86 inline UpdateFleetCapacityResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
87 inline UpdateFleetCapacityResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
88 inline UpdateFleetCapacityResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
90 private:
91
92 Aws::String m_fleetId;
93
94 Aws::String m_fleetArn;
95
96 Aws::String m_location;
97
98 Aws::String m_requestId;
99 };
100
101} // namespace Model
102} // namespace GameLift
103} // namespace Aws
UpdateFleetCapacityResult & WithFleetId(Aws::String &&value)
AWS_GAMELIFT_API UpdateFleetCapacityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateFleetCapacityResult & WithLocation(const char *value)
AWS_GAMELIFT_API UpdateFleetCapacityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateFleetCapacityResult & WithFleetId(const char *value)
UpdateFleetCapacityResult & WithFleetArn(Aws::String &&value)
UpdateFleetCapacityResult & WithFleetArn(const char *value)
UpdateFleetCapacityResult & WithRequestId(const Aws::String &value)
UpdateFleetCapacityResult & WithLocation(Aws::String &&value)
UpdateFleetCapacityResult & WithRequestId(const char *value)
UpdateFleetCapacityResult & WithFleetId(const Aws::String &value)
UpdateFleetCapacityResult & WithLocation(const Aws::String &value)
UpdateFleetCapacityResult & WithFleetArn(const Aws::String &value)
UpdateFleetCapacityResult & WithRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue