public class GetHostedZoneResult
extends java.lang.Object
implements java.io.Serializable
A complex type containing information about the specified hosted zone.
| コンストラクタと説明 |
|---|
GetHostedZoneResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object