public final class HostedZone extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HostedZone.Builder |
Modifier and Type | Method and 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 sets
|
int |
hashCode() |
HostedZone.Builder |
toBuilder() |
String |
toString() |
public String getId()
public String getName()
public String getCallerReference()
public int getResourceRecordSetCount()
public com.google.common.base.Optional<String> getComment()
public static HostedZone.Builder builder()
public HostedZone.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.