Class GetHostedZoneResult
- All Implemented Interfaces:
Serializable
,Cloneable
A complex type containing information about the specified hosted zone.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A complex type that contains information about the name servers for the specified hosted zone.A complex type that contains the information about the specified hosted zone.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.toString()
Returns a string representation of this object; useful for testing and debugging.withDelegationSet
(DelegationSet delegationSet) A complex type that contains information about the name servers for the specified hosted zone.withHostedZone
(HostedZone hostedZone) A complex type that contains the information about the specified hosted zone.A complex type that contains information about VPCs associated with the specified hosted zone.withVPCs
(Collection<VPC> vPCs) A complex type that contains information about VPCs associated with the specified hosted zone.
-
Constructor Details
-
GetHostedZoneResult
public GetHostedZoneResult()
-
-
Method Details
-
setHostedZone
A complex type that contains the information about the specified hosted zone.
- Parameters:
hostedZone
- A complex type that contains the information about the specified hosted zone.
-
getHostedZone
A complex type that contains the information about the specified hosted zone.
- Returns:
- A complex type that contains the information about the specified hosted zone.
-
withHostedZone
A complex type that contains the information about the specified hosted zone.
- Parameters:
hostedZone
- A complex type that contains the information about the specified hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDelegationSet
A complex type that contains information about the name servers for the specified hosted zone.
- Parameters:
delegationSet
- A complex type that contains information about the name servers for the specified hosted zone.
-
getDelegationSet
A complex type that contains information about the name servers for the specified hosted zone.
- Returns:
- A complex type that contains information about the name servers for the specified hosted zone.
-
withDelegationSet
A complex type that contains information about the name servers for the specified hosted zone.
- Parameters:
delegationSet
- A complex type that contains information about the name servers for the specified hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getVPCs
A complex type that contains information about VPCs associated with the specified hosted zone.
- Returns:
- A complex type that contains information about VPCs associated with the specified hosted zone.
-
setVPCs
A complex type that contains information about VPCs associated with the specified hosted zone.
- Parameters:
vPCs
- A complex type that contains information about VPCs associated with the specified hosted zone.
-
withVPCs
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)
orwithVPCs(java.util.Collection)
if you want to override the existing values.- Parameters:
vPCs
- A complex type that contains information about VPCs associated with the specified hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withVPCs
A complex type that contains information about VPCs associated with the specified hosted zone.
- Parameters:
vPCs
- A complex type that contains information about VPCs associated with the specified hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-