7#include <aws/core/utils/memory/stl/AWSStreamFwd.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/NetworkInterface.h>
46 template <
typename VpcEndpo
intIdT = Aws::String>
48 m_vpcEndpointIdHasBeenSet =
true;
49 m_vpcEndpointId = std::forward<VpcEndpointIdT>(value);
51 template <
typename VpcEndpo
intIdT = Aws::String>
64 template <
typename VpcIdT = Aws::String>
66 m_vpcIdHasBeenSet =
true;
67 m_vpcId = std::forward<VpcIdT>(value);
69 template <
typename VpcIdT = Aws::String>
71 SetVpcId(std::forward<VpcIdT>(value));
83 template <
typename NetworkInterfacesT = Aws::Vector<NetworkInterface>>
85 m_networkInterfacesHasBeenSet =
true;
86 m_networkInterfaces = std::forward<NetworkInterfacesT>(value);
88 template <
typename NetworkInterfacesT = Aws::Vector<NetworkInterface>>
93 template <
typename NetworkInterfacesT = NetworkInterface>
95 m_networkInterfacesHasBeenSet =
true;
96 m_networkInterfaces.emplace_back(std::forward<NetworkInterfacesT>(value));
106 bool m_vpcEndpointIdHasBeenSet =
false;
107 bool m_vpcIdHasBeenSet =
false;
108 bool m_networkInterfacesHasBeenSet =
false;
void SetVpcEndpointId(VpcEndpointIdT &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetVpcId() const
AWS_REDSHIFT_API VpcEndpoint(const Aws::Utils::Xml::XmlNode &xmlNode)
bool NetworkInterfacesHasBeenSet() const
const Aws::Vector< NetworkInterface > & GetNetworkInterfaces() const
void SetVpcId(VpcIdT &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_REDSHIFT_API VpcEndpoint()=default
const Aws::String & GetVpcEndpointId() const
VpcEndpoint & WithNetworkInterfaces(NetworkInterfacesT &&value)
void SetNetworkInterfaces(NetworkInterfacesT &&value)
VpcEndpoint & WithVpcEndpointId(VpcEndpointIdT &&value)
AWS_REDSHIFT_API VpcEndpoint & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
VpcEndpoint & AddNetworkInterfaces(NetworkInterfacesT &&value)
VpcEndpoint & WithVpcId(VpcIdT &&value)
bool VpcEndpointIdHasBeenSet() const
bool VpcIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream