AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateVpcEndpointResult.h
1
6#pragma once
7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/es/model/VpcEndpoint.h>
9#include <aws/core/utils/memory/stl/AWSString.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 ElasticsearchService
25{
26namespace Model
27{
36 {
37 public:
38 AWS_ELASTICSEARCHSERVICE_API CreateVpcEndpointResult();
41
42
44
47 inline const VpcEndpoint& GetVpcEndpoint() const{ return m_vpcEndpoint; }
48 inline void SetVpcEndpoint(const VpcEndpoint& value) { m_vpcEndpoint = value; }
49 inline void SetVpcEndpoint(VpcEndpoint&& value) { m_vpcEndpoint = std::move(value); }
50 inline CreateVpcEndpointResult& WithVpcEndpoint(const VpcEndpoint& value) { SetVpcEndpoint(value); return *this;}
51 inline CreateVpcEndpointResult& WithVpcEndpoint(VpcEndpoint&& value) { SetVpcEndpoint(std::move(value)); return *this;}
53
55
56 inline const Aws::String& GetRequestId() const{ return m_requestId; }
57 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
58 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
59 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
60 inline CreateVpcEndpointResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
61 inline CreateVpcEndpointResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
62 inline CreateVpcEndpointResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
64 private:
65
66 VpcEndpoint m_vpcEndpoint;
67
68 Aws::String m_requestId;
69 };
70
71} // namespace Model
72} // namespace ElasticsearchService
73} // namespace Aws
CreateVpcEndpointResult & WithRequestId(const char *value)
CreateVpcEndpointResult & WithRequestId(Aws::String &&value)
CreateVpcEndpointResult & WithVpcEndpoint(const VpcEndpoint &value)
CreateVpcEndpointResult & WithRequestId(const Aws::String &value)
CreateVpcEndpointResult & WithVpcEndpoint(VpcEndpoint &&value)
AWS_ELASTICSEARCHSERVICE_API CreateVpcEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ELASTICSEARCHSERVICE_API CreateVpcEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue