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/rds/RDS_EXPORTS.h>
11#include <aws/rds/model/ResponseMetadata.h>
52 template <
typename DBClusterEndpo
intIdentifierT = Aws::String>
54 m_dBClusterEndpointIdentifierHasBeenSet =
true;
55 m_dBClusterEndpointIdentifier = std::forward<DBClusterEndpointIdentifierT>(value);
57 template <
typename DBClusterEndpo
intIdentifierT = Aws::String>
71 template <
typename DBClusterIdentifierT = Aws::String>
73 m_dBClusterIdentifierHasBeenSet =
true;
74 m_dBClusterIdentifier = std::forward<DBClusterIdentifierT>(value);
76 template <
typename DBClusterIdentifierT = Aws::String>
90 template <
typename DBClusterEndpo
intResourceIdentifierT = Aws::String>
92 m_dBClusterEndpointResourceIdentifierHasBeenSet =
true;
93 m_dBClusterEndpointResourceIdentifier = std::forward<DBClusterEndpointResourceIdentifierT>(value);
95 template <
typename DBClusterEndpo
intResourceIdentifierT = Aws::String>
108 template <
typename Endpo
intT = Aws::String>
110 m_endpointHasBeenSet =
true;
111 m_endpoint = std::forward<EndpointT>(value);
113 template <
typename Endpo
intT = Aws::String>
130 template <
typename StatusT = Aws::String>
132 m_statusHasBeenSet =
true;
133 m_status = std::forward<StatusT>(value);
135 template <
typename StatusT = Aws::String>
149 template <
typename Endpo
intTypeT = Aws::String>
151 m_endpointTypeHasBeenSet =
true;
152 m_endpointType = std::forward<EndpointTypeT>(value);
154 template <
typename Endpo
intTypeT = Aws::String>
168 template <
typename CustomEndpo
intTypeT = Aws::String>
170 m_customEndpointTypeHasBeenSet =
true;
171 m_customEndpointType = std::forward<CustomEndpointTypeT>(value);
173 template <
typename CustomEndpo
intTypeT = Aws::String>
187 template <
typename StaticMembersT = Aws::Vector<Aws::String>>
189 m_staticMembersHasBeenSet =
true;
190 m_staticMembers = std::forward<StaticMembersT>(value);
192 template <
typename StaticMembersT = Aws::Vector<Aws::String>>
197 template <
typename StaticMembersT = Aws::String>
199 m_staticMembersHasBeenSet =
true;
200 m_staticMembers.emplace_back(std::forward<StaticMembersT>(value));
213 template <
typename ExcludedMembersT = Aws::Vector<Aws::String>>
215 m_excludedMembersHasBeenSet =
true;
216 m_excludedMembers = std::forward<ExcludedMembersT>(value);
218 template <
typename ExcludedMembersT = Aws::Vector<Aws::String>>
223 template <
typename ExcludedMembersT = Aws::String>
225 m_excludedMembersHasBeenSet =
true;
226 m_excludedMembers.emplace_back(std::forward<ExcludedMembersT>(value));
237 template <
typename DBClusterEndpo
intArnT = Aws::String>
239 m_dBClusterEndpointArnHasBeenSet =
true;
240 m_dBClusterEndpointArn = std::forward<DBClusterEndpointArnT>(value);
242 template <
typename DBClusterEndpo
intArnT = Aws::String>
252 template <
typename ResponseMetadataT = ResponseMetadata>
254 m_responseMetadataHasBeenSet =
true;
255 m_responseMetadata = std::forward<ResponseMetadataT>(value);
257 template <
typename ResponseMetadataT = ResponseMetadata>
285 bool m_dBClusterEndpointIdentifierHasBeenSet =
false;
286 bool m_dBClusterIdentifierHasBeenSet =
false;
287 bool m_dBClusterEndpointResourceIdentifierHasBeenSet =
false;
288 bool m_endpointHasBeenSet =
false;
289 bool m_statusHasBeenSet =
false;
290 bool m_endpointTypeHasBeenSet =
false;
291 bool m_customEndpointTypeHasBeenSet =
false;
292 bool m_staticMembersHasBeenSet =
false;
293 bool m_excludedMembersHasBeenSet =
false;
294 bool m_dBClusterEndpointArnHasBeenSet =
false;
295 bool m_responseMetadataHasBeenSet =
true;
DBClusterEndpoint & AddExcludedMembers(ExcludedMembersT &&value)
AWS_RDS_API DBClusterEndpoint & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetCustomEndpointType(CustomEndpointTypeT &&value)
void SetEndpointType(EndpointTypeT &&value)
DBClusterEndpoint & WithStaticMembers(StaticMembersT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool EndpointTypeHasBeenSet() const
bool DBClusterEndpointIdentifierHasBeenSet() const
void SetDBClusterEndpointResourceIdentifier(DBClusterEndpointResourceIdentifierT &&value)
bool CustomEndpointTypeHasBeenSet() const
DBClusterEndpoint & WithDBClusterEndpointIdentifier(DBClusterEndpointIdentifierT &&value)
const Aws::String & GetStatus() const
bool DBClusterEndpointArnHasBeenSet() const
DBClusterEndpoint & WithDBClusterEndpointResourceIdentifier(DBClusterEndpointResourceIdentifierT &&value)
DBClusterEndpoint & WithDBClusterEndpointArn(DBClusterEndpointArnT &&value)
bool StatusHasBeenSet() const
const Aws::String & GetDBClusterIdentifier() const
DBClusterEndpoint & WithExcludedMembers(ExcludedMembersT &&value)
void SetEndpoint(EndpointT &&value)
const Aws::String & GetDBClusterEndpointResourceIdentifier() const
bool ExcludedMembersHasBeenSet() const
void SetDBClusterEndpointIdentifier(DBClusterEndpointIdentifierT &&value)
DBClusterEndpoint & WithEndpointType(EndpointTypeT &&value)
bool EndpointHasBeenSet() const
const Aws::String & GetDBClusterEndpointArn() const
void SetStatus(StatusT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::Vector< Aws::String > & GetExcludedMembers() const
DBClusterEndpoint & WithEndpoint(EndpointT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
DBClusterEndpoint & WithCustomEndpointType(CustomEndpointTypeT &&value)
void SetStaticMembers(StaticMembersT &&value)
bool DBClusterIdentifierHasBeenSet() const
const ResponseMetadata & GetResponseMetadata() const
void SetDBClusterEndpointArn(DBClusterEndpointArnT &&value)
bool DBClusterEndpointResourceIdentifierHasBeenSet() const
void SetExcludedMembers(ExcludedMembersT &&value)
DBClusterEndpoint & WithResponseMetadata(ResponseMetadataT &&value)
const Aws::Vector< Aws::String > & GetStaticMembers() const
AWS_RDS_API DBClusterEndpoint()=default
const Aws::String & GetCustomEndpointType() const
DBClusterEndpoint & WithDBClusterIdentifier(DBClusterIdentifierT &&value)
bool StaticMembersHasBeenSet() const
DBClusterEndpoint & AddStaticMembers(StaticMembersT &&value)
const Aws::String & GetEndpoint() const
const Aws::String & GetDBClusterEndpointIdentifier() const
DBClusterEndpoint & WithStatus(StatusT &&value)
AWS_RDS_API DBClusterEndpoint(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDBClusterIdentifier(DBClusterIdentifierT &&value)
const Aws::String & GetEndpointType() 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