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 classHostedZone.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HostedZone.Builderbuilder()booleanequals(Object obj)StringgetCallerReference()A unique string that identifies the request to create the hosted zone.com.google.common.base.Optional<String>getComment()StringgetId()The ID of the hosted zone.StringgetName()The name of the domain.intgetResourceRecordSetCount()count of record setsinthashCode()HostedZone.BuildertoBuilder()StringtoString()
-
-
-
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()
-
-