public class GetHostedZoneResult extends Object implements Serializable, Cloneable
A complex type containing information about the specified hosted zone.
Constructor and Description |
---|
GetHostedZoneResult() |
Modifier and Type | Method and Description |
---|---|
GetHostedZoneResult |
clone() |
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.
|
List<VPC> |
getVPCs()
A complex type that contains information about VPCs associated with 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.
|
void |
setVPCs(Collection<VPC> vPCs)
A complex type that contains information about VPCs associated with 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.
|
GetHostedZoneResult |
withVPCs(Collection<VPC> vPCs)
A complex type that contains information about VPCs associated with the
specified hosted zone.
|
GetHostedZoneResult |
withVPCs(VPC... vPCs)
A complex type that contains information about VPCs associated with the
specified hosted zone.
|
public void setHostedZone(HostedZone hostedZone)
A complex type that contains the information about the specified hosted zone.
hostedZone
- A complex type that contains the information about the specified
hosted zone.public HostedZone getHostedZone()
A complex type that contains the information about the specified hosted zone.
public GetHostedZoneResult withHostedZone(HostedZone hostedZone)
A complex type that contains the information about the specified hosted zone.
hostedZone
- A complex type that contains the information about the specified
hosted zone.public void setDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the name servers for the specified hosted zone.
delegationSet
- A complex type that contains information about the name servers
for the specified hosted zone.public DelegationSet getDelegationSet()
A complex type that contains information about the name servers for the specified hosted zone.
public GetHostedZoneResult withDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the name servers for the specified hosted zone.
delegationSet
- A complex type that contains information about the name servers
for the specified hosted zone.public List<VPC> getVPCs()
A complex type that contains information about VPCs associated with the specified hosted zone.
public void setVPCs(Collection<VPC> vPCs)
A complex type that contains information about VPCs associated with the specified hosted zone.
vPCs
- A complex type that contains information about VPCs associated
with the specified hosted zone.public GetHostedZoneResult withVPCs(VPC... vPCs)
A complex type that contains information about VPCs associated with the specified hosted zone.
NOTE: This method appends the values to the existing list (if
any). Use setVPCs(java.util.Collection)
or
withVPCs(java.util.Collection)
if you want to override the
existing values.
vPCs
- A complex type that contains information about VPCs associated
with the specified hosted zone.public GetHostedZoneResult withVPCs(Collection<VPC> vPCs)
A complex type that contains information about VPCs associated with the specified hosted zone.
vPCs
- A complex type that contains information about VPCs associated
with the specified hosted zone.public String toString()
toString
in class Object
Object.toString()
public GetHostedZoneResult clone()
Copyright © 2018. All rights reserved.