7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/redshift/model/NetworkInterface.h>
54 inline void SetVpcEndpointId(
const char* value) { m_vpcEndpointIdHasBeenSet =
true; m_vpcEndpointId.assign(value); }
68 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
91 bool m_vpcEndpointIdHasBeenSet =
false;
94 bool m_vpcIdHasBeenSet =
false;
97 bool m_networkInterfacesHasBeenSet =
false;
void SetVpcEndpointId(const char *value)
void SetNetworkInterfaces(Aws::Vector< NetworkInterface > &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
VpcEndpoint & WithVpcId(const Aws::String &value)
const Aws::String & GetVpcId() const
VpcEndpoint & WithVpcEndpointId(Aws::String &&value)
AWS_REDSHIFT_API VpcEndpoint(const Aws::Utils::Xml::XmlNode &xmlNode)
VpcEndpoint & WithNetworkInterfaces(const Aws::Vector< NetworkInterface > &value)
bool NetworkInterfacesHasBeenSet() const
VpcEndpoint & WithVpcEndpointId(const char *value)
VpcEndpoint & AddNetworkInterfaces(NetworkInterface &&value)
const Aws::Vector< NetworkInterface > & GetNetworkInterfaces() const
VpcEndpoint & AddNetworkInterfaces(const NetworkInterface &value)
void SetNetworkInterfaces(const Aws::Vector< NetworkInterface > &value)
void SetVpcId(const Aws::String &value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetVpcEndpointId(Aws::String &&value)
const Aws::String & GetVpcEndpointId() const
void SetVpcId(Aws::String &&value)
AWS_REDSHIFT_API VpcEndpoint()
void SetVpcId(const char *value)
VpcEndpoint & WithVpcId(const char *value)
void SetVpcEndpointId(const Aws::String &value)
AWS_REDSHIFT_API VpcEndpoint & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
VpcEndpoint & WithVpcEndpointId(const Aws::String &value)
VpcEndpoint & WithNetworkInterfaces(Aws::Vector< NetworkInterface > &&value)
bool VpcEndpointIdHasBeenSet() const
bool VpcIdHasBeenSet() const
VpcEndpoint & WithVpcId(Aws::String &&value)
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