org.jclouds.route53.domain
Class ResourceRecordSet.AliasTarget
java.lang.Object
org.jclouds.route53.domain.ResourceRecordSet.AliasTarget
- Enclosing class:
- ResourceRecordSet
public static class ResourceRecordSet.AliasTarget
- extends Object
In this case, the rrs is an alias, and it points to another Route53 hosted
resource, such as an ELB, S3 bucket, or zone.
dnsNameInZone
public static ResourceRecordSet.AliasTarget dnsNameInZone(String dnsName,
String zoneId)
getDNSName
public String getDNSName()
getZoneId
public String getZoneId()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.