AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
DeleteVpcEndpointResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/es/ElasticsearchService_EXPORTS.h>
9#include <aws/es/model/VpcEndpointSummary.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace ElasticsearchService {
23namespace Model {
32 public:
33 AWS_ELASTICSEARCHSERVICE_API DeleteVpcEndpointResult() = default;
36
38
42 inline const VpcEndpointSummary& GetVpcEndpointSummary() const { return m_vpcEndpointSummary; }
43 template <typename VpcEndpointSummaryT = VpcEndpointSummary>
44 void SetVpcEndpointSummary(VpcEndpointSummaryT&& value) {
45 m_vpcEndpointSummaryHasBeenSet = true;
46 m_vpcEndpointSummary = std::forward<VpcEndpointSummaryT>(value);
47 }
48 template <typename VpcEndpointSummaryT = VpcEndpointSummary>
49 DeleteVpcEndpointResult& WithVpcEndpointSummary(VpcEndpointSummaryT&& value) {
50 SetVpcEndpointSummary(std::forward<VpcEndpointSummaryT>(value));
51 return *this;
52 }
54
56
57 inline const Aws::String& GetRequestId() const { return m_requestId; }
58 template <typename RequestIdT = Aws::String>
59 void SetRequestId(RequestIdT&& value) {
60 m_requestIdHasBeenSet = true;
61 m_requestId = std::forward<RequestIdT>(value);
62 }
63 template <typename RequestIdT = Aws::String>
65 SetRequestId(std::forward<RequestIdT>(value));
66 return *this;
67 }
69 private:
70 VpcEndpointSummary m_vpcEndpointSummary;
71
72 Aws::String m_requestId;
73 bool m_vpcEndpointSummaryHasBeenSet = false;
74 bool m_requestIdHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace ElasticsearchService
79} // namespace Aws
AWS_ELASTICSEARCHSERVICE_API DeleteVpcEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ELASTICSEARCHSERVICE_API DeleteVpcEndpointResult()=default
AWS_ELASTICSEARCHSERVICE_API DeleteVpcEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteVpcEndpointResult & WithRequestId(RequestIdT &&value)
DeleteVpcEndpointResult & WithVpcEndpointSummary(VpcEndpointSummaryT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue