public class GetHostedZoneResult extends Object implements Serializable
A complex type containing information about the specified hosted zone.
Constructor and Description |
---|
GetHostedZoneResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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.
|
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 String toString()
toString
in class Object
Object.toString()
Copyright © 2016. All rights reserved.