Package org.jclouds.route53.domain
Class HostedZone
- java.lang.Object
-
- org.jclouds.route53.domain.HostedZone
-
public final class HostedZone extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HostedZone.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 setsint
hashCode()
HostedZone.Builder
toBuilder()
String
toString()
-
-
-
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()
-
builder
public static HostedZone.Builder builder()
-
toBuilder
public HostedZone.Builder toBuilder()
-
-