7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
11#include <aws/redshift/model/ResponseMetadata.h>
12#include <aws/redshift/model/VpcEndpoint.h>
13#include <aws/redshift/model/VpcSecurityGroupMembership.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
44 template <
typename ClusterIdentifierT = Aws::String>
46 m_clusterIdentifierHasBeenSet =
true;
47 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
49 template <
typename ClusterIdentifierT = Aws::String>
61 template <
typename ResourceOwnerT = Aws::String>
63 m_resourceOwnerHasBeenSet =
true;
64 m_resourceOwner = std::forward<ResourceOwnerT>(value);
66 template <
typename ResourceOwnerT = Aws::String>
79 template <
typename SubnetGroupNameT = Aws::String>
81 m_subnetGroupNameHasBeenSet =
true;
82 m_subnetGroupName = std::forward<SubnetGroupNameT>(value);
84 template <
typename SubnetGroupNameT = Aws::String>
96 template <
typename Endpo
intStatusT = Aws::String>
98 m_endpointStatusHasBeenSet =
true;
99 m_endpointStatus = std::forward<EndpointStatusT>(value);
101 template <
typename Endpo
intStatusT = Aws::String>
113 template <
typename Endpo
intNameT = Aws::String>
115 m_endpointNameHasBeenSet =
true;
116 m_endpointName = std::forward<EndpointNameT>(value);
118 template <
typename Endpo
intNameT = Aws::String>
130 template <
typename Endpo
intCreateTimeT = Aws::Utils::DateTime>
132 m_endpointCreateTimeHasBeenSet =
true;
133 m_endpointCreateTime = std::forward<EndpointCreateTimeT>(value);
135 template <
typename Endpo
intCreateTimeT = Aws::Utils::DateTime>
148 m_portHasBeenSet =
true;
162 template <
typename AddressT = Aws::String>
164 m_addressHasBeenSet =
true;
165 m_address = std::forward<AddressT>(value);
167 template <
typename AddressT = Aws::String>
179 template <
typename VpcSecurityGroupsT = Aws::Vector<VpcSecurityGroupMembership>>
181 m_vpcSecurityGroupsHasBeenSet =
true;
182 m_vpcSecurityGroups = std::forward<VpcSecurityGroupsT>(value);
184 template <
typename VpcSecurityGroupsT = Aws::Vector<VpcSecurityGroupMembership>>
189 template <
typename VpcSecurityGroupsT = VpcSecurityGroupMembership>
191 m_vpcSecurityGroupsHasBeenSet =
true;
192 m_vpcSecurityGroups.emplace_back(std::forward<VpcSecurityGroupsT>(value));
200 template <
typename VpcEndpo
intT = VpcEndpo
int>
202 m_vpcEndpointHasBeenSet =
true;
203 m_vpcEndpoint = std::forward<VpcEndpointT>(value);
205 template <
typename VpcEndpo
intT = VpcEndpo
int>
215 template <
typename ResponseMetadataT = ResponseMetadata>
217 m_responseMetadataHasBeenSet =
true;
218 m_responseMetadata = std::forward<ResponseMetadataT>(value);
220 template <
typename ResponseMetadataT = ResponseMetadata>
245 VpcEndpoint m_vpcEndpoint;
247 ResponseMetadata m_responseMetadata;
248 bool m_clusterIdentifierHasBeenSet =
false;
249 bool m_resourceOwnerHasBeenSet =
false;
250 bool m_subnetGroupNameHasBeenSet =
false;
251 bool m_endpointStatusHasBeenSet =
false;
252 bool m_endpointNameHasBeenSet =
false;
253 bool m_endpointCreateTimeHasBeenSet =
false;
254 bool m_portHasBeenSet =
false;
255 bool m_addressHasBeenSet =
false;
256 bool m_vpcSecurityGroupsHasBeenSet =
false;
257 bool m_vpcEndpointHasBeenSet =
false;
258 bool m_responseMetadataHasBeenSet =
false;
const Aws::String & GetClusterIdentifier() const
void SetAddress(AddressT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
void SetEndpointStatus(EndpointStatusT &&value)
DeleteEndpointAccessResult & WithVpcSecurityGroups(VpcSecurityGroupsT &&value)
DeleteEndpointAccessResult & WithVpcEndpoint(VpcEndpointT &&value)
const VpcEndpoint & GetVpcEndpoint() const
const Aws::String & GetAddress() const
AWS_REDSHIFT_API DeleteEndpointAccessResult()=default
const Aws::String & GetSubnetGroupName() const
DeleteEndpointAccessResult & WithClusterIdentifier(ClusterIdentifierT &&value)
DeleteEndpointAccessResult & WithAddress(AddressT &&value)
DeleteEndpointAccessResult & WithPort(int value)
DeleteEndpointAccessResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetEndpointName(EndpointNameT &&value)
void SetClusterIdentifier(ClusterIdentifierT &&value)
void SetResourceOwner(ResourceOwnerT &&value)
const Aws::String & GetResourceOwner() const
DeleteEndpointAccessResult & WithResourceOwner(ResourceOwnerT &&value)
const Aws::String & GetEndpointName() const
void SetVpcSecurityGroups(VpcSecurityGroupsT &&value)
AWS_REDSHIFT_API DeleteEndpointAccessResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DeleteEndpointAccessResult & WithEndpointName(EndpointNameT &&value)
DeleteEndpointAccessResult & WithSubnetGroupName(SubnetGroupNameT &&value)
const ResponseMetadata & GetResponseMetadata() const
DeleteEndpointAccessResult & WithEndpointStatus(EndpointStatusT &&value)
AWS_REDSHIFT_API DeleteEndpointAccessResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::Utils::DateTime & GetEndpointCreateTime() const
DeleteEndpointAccessResult & AddVpcSecurityGroups(VpcSecurityGroupsT &&value)
void SetEndpointCreateTime(EndpointCreateTimeT &&value)
const Aws::String & GetEndpointStatus() const
DeleteEndpointAccessResult & WithEndpointCreateTime(EndpointCreateTimeT &&value)
void SetVpcEndpoint(VpcEndpointT &&value)
void SetSubnetGroupName(SubnetGroupNameT &&value)
const Aws::Vector< VpcSecurityGroupMembership > & GetVpcSecurityGroups() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument