|
|||||||
| 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 | |
|---|---|
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. |
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. |
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 |
|---|
equals, getClass, hashCode, 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 String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||