7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
19namespace ElasticLoadBalancingv2 {
34 const char* locationValue)
const;
48 template <
typename IdT = Aws::String>
50 m_idHasBeenSet =
true;
51 m_id = std::forward<IdT>(value);
53 template <
typename IdT = Aws::String>
55 SetId(std::forward<IdT>(value));
68 inline int GetPort()
const {
return m_port; }
71 m_portHasBeenSet =
true;
101 template <
typename AvailabilityZoneT = Aws::String>
103 m_availabilityZoneHasBeenSet =
true;
104 m_availabilityZone = std::forward<AvailabilityZoneT>(value);
106 template <
typename AvailabilityZoneT = Aws::String>
125 template <
typename QuicServerIdT = Aws::String>
127 m_quicServerIdHasBeenSet =
true;
128 m_quicServerId = std::forward<QuicServerIdT>(value);
130 template <
typename QuicServerIdT = Aws::String>
144 bool m_idHasBeenSet =
false;
145 bool m_portHasBeenSet =
false;
146 bool m_availabilityZoneHasBeenSet =
false;
147 bool m_quicServerIdHasBeenSet =
false;
TargetDescription & WithPort(int value)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICLOADBALANCINGV2_API TargetDescription(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetQuicServerId() const
TargetDescription & WithQuicServerId(QuicServerIdT &&value)
AWS_ELASTICLOADBALANCINGV2_API TargetDescription & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
TargetDescription & WithId(IdT &&value)
TargetDescription & WithAvailabilityZone(AvailabilityZoneT &&value)
void SetQuicServerId(QuicServerIdT &&value)
AWS_ELASTICLOADBALANCINGV2_API TargetDescription()=default
bool IdHasBeenSet() const
void SetAvailabilityZone(AvailabilityZoneT &&value)
bool PortHasBeenSet() const
bool QuicServerIdHasBeenSet() const
const Aws::String & GetAvailabilityZone() const
bool AvailabilityZoneHasBeenSet() const
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream