7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/EC2_EXPORTS.h>
44 template <
typename PrefixT = Aws::String>
46 m_prefixHasBeenSet =
true;
47 m_prefix = std::forward<PrefixT>(value);
49 template <
typename PrefixT = Aws::String>
62 template <
typename AsnT = Aws::String>
64 m_asnHasBeenSet =
true;
65 m_asn = std::forward<AsnT>(value);
67 template <
typename AsnT = Aws::String>
69 SetAsn(std::forward<AsnT>(value));
80 template <
typename DetectedAtT = Aws::Utils::DateTime>
82 m_detectedAtHasBeenSet =
true;
83 m_detectedAt = std::forward<DetectedAtT>(value);
85 template <
typename DetectedAtT = Aws::Utils::DateTime>
97 bool m_prefixHasBeenSet =
false;
98 bool m_asnHasBeenSet =
false;
99 bool m_detectedAtHasBeenSet =
false;
const Aws::String & GetPrefix() const
AWS_EC2_API IpamRouteOverlap & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
IpamRouteOverlap & WithDetectedAt(DetectedAtT &&value)
const Aws::Utils::DateTime & GetDetectedAt() const
bool DetectedAtHasBeenSet() const
void SetPrefix(PrefixT &&value)
bool PrefixHasBeenSet() const
IpamRouteOverlap & WithPrefix(PrefixT &&value)
AWS_EC2_API IpamRouteOverlap()=default
void SetDetectedAt(DetectedAtT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
IpamRouteOverlap & WithAsn(AsnT &&value)
bool AsnHasBeenSet() const
const Aws::String & GetAsn() const
void SetAsn(AsnT &&value)
AWS_EC2_API IpamRouteOverlap(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream