|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.route53.domain.HostedZone
public final class HostedZone
| 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 |
|---|
public String getId()
public String getName()
public String getCallerReference()
public int getResourceRecordSetCount()
public com.google.common.base.Optional<String> getComment()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectpublic static HostedZone.Builder builder()
public HostedZone.Builder toBuilder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||