org.jclouds.route53.domain
Class NewHostedZone
java.lang.Object
org.jclouds.route53.domain.NewHostedZone
public final class NewHostedZone
- extends Object
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.