|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.route53.model.GetHostedZoneResult
public class GetHostedZoneResult
A complex type containing information about the specified hosted zone.
| Constructor Summary | |
|---|---|
GetHostedZoneResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
DelegationSet |
getDelegationSet()
A complex type that contains information about the name servers for the specified hosted zone. |
HostedZone |
getHostedZone()
A complex type that contains the information about the specified hosted zone. |
int |
hashCode()
|
void |
setDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the name servers for the specified hosted zone. |
void |
setHostedZone(HostedZone hostedZone)
A complex type that contains the information about the specified hosted zone. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetHostedZoneResult |
withDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the name servers for the specified hosted zone. |
GetHostedZoneResult |
withHostedZone(HostedZone hostedZone)
A complex type that contains the information about the specified hosted zone. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetHostedZoneResult()
| Method Detail |
|---|
public HostedZone getHostedZone()
public void setHostedZone(HostedZone hostedZone)
hostedZone - A complex type that contains the information about the specified
hosted zone.public GetHostedZoneResult withHostedZone(HostedZone hostedZone)
Returns a reference to this object so that method calls can be chained together.
hostedZone - A complex type that contains the information about the specified
hosted zone.
public DelegationSet getDelegationSet()
public void setDelegationSet(DelegationSet delegationSet)
delegationSet - A complex type that contains information about the name servers for
the specified hosted zone.public GetHostedZoneResult withDelegationSet(DelegationSet delegationSet)
Returns a reference to this object so that method calls can be chained together.
delegationSet - A complex type that contains information about the name servers for
the specified hosted zone.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||