AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StartAppResult.h
1
6#pragma once
7#include <aws/simspaceweaver/SimSpaceWeaver_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 SimSpaceWeaver
24{
25namespace Model
26{
28 {
29 public:
30 AWS_SIMSPACEWEAVER_API StartAppResult();
33
34
36
39 inline const Aws::String& GetDomain() const{ return m_domain; }
40 inline void SetDomain(const Aws::String& value) { m_domain = value; }
41 inline void SetDomain(Aws::String&& value) { m_domain = std::move(value); }
42 inline void SetDomain(const char* value) { m_domain.assign(value); }
43 inline StartAppResult& WithDomain(const Aws::String& value) { SetDomain(value); return *this;}
44 inline StartAppResult& WithDomain(Aws::String&& value) { SetDomain(std::move(value)); return *this;}
45 inline StartAppResult& WithDomain(const char* value) { SetDomain(value); return *this;}
47
49
52 inline const Aws::String& GetName() const{ return m_name; }
53 inline void SetName(const Aws::String& value) { m_name = value; }
54 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
55 inline void SetName(const char* value) { m_name.assign(value); }
56 inline StartAppResult& WithName(const Aws::String& value) { SetName(value); return *this;}
57 inline StartAppResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
58 inline StartAppResult& WithName(const char* value) { SetName(value); return *this;}
60
62
65 inline const Aws::String& GetSimulation() const{ return m_simulation; }
66 inline void SetSimulation(const Aws::String& value) { m_simulation = value; }
67 inline void SetSimulation(Aws::String&& value) { m_simulation = std::move(value); }
68 inline void SetSimulation(const char* value) { m_simulation.assign(value); }
69 inline StartAppResult& WithSimulation(const Aws::String& value) { SetSimulation(value); return *this;}
70 inline StartAppResult& WithSimulation(Aws::String&& value) { SetSimulation(std::move(value)); return *this;}
71 inline StartAppResult& WithSimulation(const char* value) { SetSimulation(value); return *this;}
73
75
76 inline const Aws::String& GetRequestId() const{ return m_requestId; }
77 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
78 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
79 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
80 inline StartAppResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
81 inline StartAppResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
82 inline StartAppResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
84 private:
85
86 Aws::String m_domain;
87
88 Aws::String m_name;
89
90 Aws::String m_simulation;
91
92 Aws::String m_requestId;
93 };
94
95} // namespace Model
96} // namespace SimSpaceWeaver
97} // namespace Aws
StartAppResult & WithName(const char *value)
StartAppResult & WithSimulation(const char *value)
StartAppResult & WithName(Aws::String &&value)
StartAppResult & WithSimulation(const Aws::String &value)
const Aws::String & GetDomain() const
AWS_SIMSPACEWEAVER_API StartAppResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetSimulation() const
void SetName(const Aws::String &value)
StartAppResult & WithSimulation(Aws::String &&value)
AWS_SIMSPACEWEAVER_API StartAppResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSimulation(const Aws::String &value)
const Aws::String & GetRequestId() const
StartAppResult & WithDomain(Aws::String &&value)
StartAppResult & WithRequestId(Aws::String &&value)
StartAppResult & WithDomain(const Aws::String &value)
StartAppResult & WithRequestId(const Aws::String &value)
AWS_SIMSPACEWEAVER_API StartAppResult()
void SetDomain(const Aws::String &value)
void SetRequestId(const Aws::String &value)
StartAppResult & WithRequestId(const char *value)
StartAppResult & WithDomain(const char *value)
StartAppResult & WithName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue