org.jclouds.route53.domain
Class HostedZone

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

public final class HostedZone
extends Object


Nested Class Summary
static class HostedZone.Builder
           
 
Method Summary
static HostedZone.Builder builder()
           
 boolean equals(Object obj)
           
 String getCallerReference()
          A unique string that identifies the request to create the hosted zone.
 com.google.common.base.Optional<String> getComment()
           
 String getId()
          The ID of the hosted zone.
 String getName()
          The name of the domain.
 int getResourceRecordSetCount()
          count of record sets
 int hashCode()
           
 HostedZone.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public String getId()
The ID of the hosted zone.


getName

public String getName()
The name of the domain.


getCallerReference

public String getCallerReference()
A unique string that identifies the request to create the hosted zone.


getResourceRecordSetCount

public int getResourceRecordSetCount()
count of record sets


getComment

public com.google.common.base.Optional<String> getComment()

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

builder

public static HostedZone.Builder builder()

toBuilder

public HostedZone.Builder toBuilder()


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