org.jclouds.route53.domain
Class ResourceRecordSet.AliasTarget

java.lang.Object
  extended by 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.


Method Summary
static ResourceRecordSet.AliasTarget dnsNameInZone(String dnsName, String zoneId)
           
 boolean equals(Object obj)
           
 String getDNSName()
           
 String getZoneId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.