@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetHostedZoneResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contain the response to a GetHostedZone
request.
Constructor and Description |
---|
GetHostedZoneResult() |
Modifier and Type | Method and Description |
---|---|
GetHostedZoneResult |
clone() |
boolean |
equals(Object obj) |
DelegationSet |
getDelegationSet()
A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
|
HostedZone |
getHostedZone()
A complex type that contains general information about the specified hosted zone.
|
List<VPC> |
getVPCs()
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
int |
hashCode() |
void |
setDelegationSet(DelegationSet delegationSet)
A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
|
void |
setHostedZone(HostedZone hostedZone)
A complex type that contains general information about the specified hosted zone.
|
void |
setVPCs(Collection<VPC> vPCs)
A complex type that contains information about the VPCs that are 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 lists the Amazon Route 53 name servers for the specified hosted zone.
|
GetHostedZoneResult |
withHostedZone(HostedZone hostedZone)
A complex type that contains general information about the specified hosted zone.
|
GetHostedZoneResult |
withVPCs(Collection<VPC> vPCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
GetHostedZoneResult |
withVPCs(VPC... vPCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHostedZone(HostedZone hostedZone)
A complex type that contains general information about the specified hosted zone.
hostedZone
- A complex type that contains general information about the specified hosted zone.public HostedZone getHostedZone()
A complex type that contains general information about the specified hosted zone.
public GetHostedZoneResult withHostedZone(HostedZone hostedZone)
A complex type that contains general information about the specified hosted zone.
hostedZone
- A complex type that contains general information about the specified hosted zone.public void setDelegationSet(DelegationSet delegationSet)
A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
delegationSet
- A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.public DelegationSet getDelegationSet()
A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
public GetHostedZoneResult withDelegationSet(DelegationSet delegationSet)
A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
delegationSet
- A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.public List<VPC> getVPCs()
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
public void setVPCs(Collection<VPC> vPCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
vPCs
- A complex type that contains information about the VPCs that are associated with the specified hosted
zone.public GetHostedZoneResult withVPCs(VPC... vPCs)
A complex type that contains information about the VPCs that are 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 the VPCs that are associated with the specified hosted
zone.public GetHostedZoneResult withVPCs(Collection<VPC> vPCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
vPCs
- A complex type that contains information about the VPCs that are associated with the specified hosted
zone.public String toString()
toString
in class Object
Object.toString()
public GetHostedZoneResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.