org.jclouds.route53.domain
Class HostedZoneAndNameServers

java.lang.Object
  extended by org.jclouds.route53.domain.HostedZoneAndNameServers

public final class HostedZoneAndNameServers
extends Object


Method Summary
static HostedZoneAndNameServers create(HostedZone zone, Iterable<String> nameServers)
           
 boolean equals(Object obj)
           
 com.google.common.collect.ImmutableList<String> getNameServers()
          the authoritative name servers for the hosted zone
 HostedZone getZone()
          the hosted zone
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getZone

public HostedZone getZone()
the hosted zone


getNameServers

public com.google.common.collect.ImmutableList<String> getNameServers()
the authoritative name servers for the hosted zone


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

create

public static HostedZoneAndNameServers create(HostedZone zone,
                                              Iterable<String> nameServers)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.