AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateServiceNetworkResult.h
1
6#pragma once
7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/vpc-lattice/model/AuthType.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 VPCLattice
25{
26namespace Model
27{
29 {
30 public:
31 AWS_VPCLATTICE_API CreateServiceNetworkResult();
34
35
37
40 inline const Aws::String& GetArn() const{ return m_arn; }
41 inline void SetArn(const Aws::String& value) { m_arn = value; }
42 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
43 inline void SetArn(const char* value) { m_arn.assign(value); }
44 inline CreateServiceNetworkResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
45 inline CreateServiceNetworkResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
46 inline CreateServiceNetworkResult& WithArn(const char* value) { SetArn(value); return *this;}
48
50
53 inline const AuthType& GetAuthType() const{ return m_authType; }
54 inline void SetAuthType(const AuthType& value) { m_authType = value; }
55 inline void SetAuthType(AuthType&& value) { m_authType = std::move(value); }
56 inline CreateServiceNetworkResult& WithAuthType(const AuthType& value) { SetAuthType(value); return *this;}
57 inline CreateServiceNetworkResult& WithAuthType(AuthType&& value) { SetAuthType(std::move(value)); return *this;}
59
61
64 inline const Aws::String& GetId() const{ return m_id; }
65 inline void SetId(const Aws::String& value) { m_id = value; }
66 inline void SetId(Aws::String&& value) { m_id = std::move(value); }
67 inline void SetId(const char* value) { m_id.assign(value); }
68 inline CreateServiceNetworkResult& WithId(const Aws::String& value) { SetId(value); return *this;}
69 inline CreateServiceNetworkResult& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
70 inline CreateServiceNetworkResult& WithId(const char* value) { SetId(value); return *this;}
72
74
77 inline const Aws::String& GetName() const{ return m_name; }
78 inline void SetName(const Aws::String& value) { m_name = value; }
79 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
80 inline void SetName(const char* value) { m_name.assign(value); }
81 inline CreateServiceNetworkResult& WithName(const Aws::String& value) { SetName(value); return *this;}
82 inline CreateServiceNetworkResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
83 inline CreateServiceNetworkResult& WithName(const char* value) { SetName(value); return *this;}
85
87
88 inline const Aws::String& GetRequestId() const{ return m_requestId; }
89 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
90 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
91 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
92 inline CreateServiceNetworkResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
93 inline CreateServiceNetworkResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
94 inline CreateServiceNetworkResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
96 private:
97
98 Aws::String m_arn;
99
100 AuthType m_authType;
101
102 Aws::String m_id;
103
104 Aws::String m_name;
105
106 Aws::String m_requestId;
107 };
108
109} // namespace Model
110} // namespace VPCLattice
111} // namespace Aws
CreateServiceNetworkResult & WithId(Aws::String &&value)
CreateServiceNetworkResult & WithRequestId(Aws::String &&value)
CreateServiceNetworkResult & WithRequestId(const Aws::String &value)
CreateServiceNetworkResult & WithArn(const Aws::String &value)
CreateServiceNetworkResult & WithArn(const char *value)
AWS_VPCLATTICE_API CreateServiceNetworkResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateServiceNetworkResult & WithName(Aws::String &&value)
CreateServiceNetworkResult & WithRequestId(const char *value)
AWS_VPCLATTICE_API CreateServiceNetworkResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateServiceNetworkResult & WithAuthType(const AuthType &value)
CreateServiceNetworkResult & WithName(const Aws::String &value)
CreateServiceNetworkResult & WithName(const char *value)
CreateServiceNetworkResult & WithId(const Aws::String &value)
CreateServiceNetworkResult & WithArn(Aws::String &&value)
CreateServiceNetworkResult & WithId(const char *value)
CreateServiceNetworkResult & WithAuthType(AuthType &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue