public class GetHostedZoneResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A complex type containing information about the specified hosted zone.
Modifier and Type | Field and Description |
---|---|
private DelegationSet |
delegationSet
A complex type that contains information about the name servers for the
specified hosted zone.
|
private HostedZone |
hostedZone
A complex type that contains the information about the specified hosted
zone.
|
private SdkInternalList<VPC> |
vPCs
A complex type that contains information about VPCs associated with the
specified hosted zone.
|
Constructor and Description |
---|
GetHostedZoneResult() |
Modifier and Type | Method and Description |
---|---|
GetHostedZoneResult |
clone() |
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.
|
java.util.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(java.util.Collection<VPC> vPCs)
A complex type that contains information about VPCs associated with 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.
|
GetHostedZoneResult |
withVPCs(java.util.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.
|
private HostedZone hostedZone
A complex type that contains the information about the specified hosted zone.
private DelegationSet delegationSet
A complex type that contains information about the name servers for the specified hosted zone.
private SdkInternalList<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 java.util.List<VPC> getVPCs()
A complex type that contains information about VPCs associated with the specified hosted zone.
public void setVPCs(java.util.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(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetHostedZoneResult clone()
clone
in class java.lang.Object