7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
50 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
51 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
53 template<
typename SubnetIdsT = Aws::String>
61 inline int GetPort()
const {
return m_port; }
63 inline void SetPort(
int value) { m_portHasBeenSet =
true; m_port = value; }
73 template<
typename RdsEndpo
intT = Aws::String>
74 void SetRdsEndpoint(RdsEndpointT&& value) { m_rdsEndpointHasBeenSet =
true; m_rdsEndpoint = std::forward<RdsEndpointT>(value); }
75 template<
typename RdsEndpo
intT = Aws::String>
81 bool m_subnetIdsHasBeenSet =
false;
84 bool m_portHasBeenSet =
false;
87 bool m_rdsEndpointHasBeenSet =
false;
const Aws::String & GetRdsEndpoint() const
ModifyVerifiedAccessEndpointRdsOptions & AddSubnetIds(SubnetIdsT &&value)
void SetRdsEndpoint(RdsEndpointT &&value)
ModifyVerifiedAccessEndpointRdsOptions & WithSubnetIds(SubnetIdsT &&value)
AWS_EC2_API ModifyVerifiedAccessEndpointRdsOptions(const Aws::Utils::Xml::XmlNode &xmlNode)
bool RdsEndpointHasBeenSet() const
bool SubnetIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
ModifyVerifiedAccessEndpointRdsOptions & WithPort(int value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
ModifyVerifiedAccessEndpointRdsOptions & WithRdsEndpoint(RdsEndpointT &&value)
AWS_EC2_API ModifyVerifiedAccessEndpointRdsOptions()=default
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool PortHasBeenSet() const
AWS_EC2_API ModifyVerifiedAccessEndpointRdsOptions & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetSubnetIds(SubnetIdsT &&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