public final class Zone extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Zone.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Zone.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()
A percentage value that indicates the size of the policy in packed form.
|
int |
hashCode() |
Zone.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 Zone.Builder builder()
public Zone.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.