org.jclouds.route53.domain
Class NewHostedZone

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

public final class NewHostedZone
extends Object


Method Summary
static NewHostedZone create(HostedZoneAndNameServers zone, Change change)
           
 boolean equals(Object obj)
           
 Change getChange()
          the zone creation event
 com.google.common.collect.ImmutableList<String> getNameServers()
           
 HostedZone getZone()
           
 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()
See Also:
HostedZoneAndNameServers.getZone()

getNameServers

public com.google.common.collect.ImmutableList<String> getNameServers()
See Also:
HostedZoneAndNameServers.getNameServers()

getChange

public Change getChange()
the zone creation event


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 NewHostedZone create(HostedZoneAndNameServers zone,
                                   Change change)


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