public class CreateHostedZoneResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type containing the response information for the hosted zone.
| Constructor and Description |
|---|
CreateHostedZoneResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateHostedZoneResult |
clone() |
boolean |
equals(Object obj) |
ChangeInfo |
getChangeInfo()
A complex type that describes the changes made to your hosted zone.
|
DelegationSet |
getDelegationSet()
A complex type that describes the name servers for this hosted zone.
|
HostedZone |
getHostedZone()
A complex type that contains general information about the hosted zone.
|
String |
getLocation()
The unique URL representing the new hosted zone.
|
VPC |
getVPC()
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
int |
hashCode() |
void |
setChangeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to your hosted zone.
|
void |
setDelegationSet(DelegationSet delegationSet)
A complex type that describes the name servers for this hosted zone.
|
void |
setHostedZone(HostedZone hostedZone)
A complex type that contains general information about the hosted zone.
|
void |
setLocation(String location)
The unique URL representing the new hosted zone.
|
void |
setVPC(VPC vPC)
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateHostedZoneResult |
withChangeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to your hosted zone.
|
CreateHostedZoneResult |
withDelegationSet(DelegationSet delegationSet)
A complex type that describes the name servers for this hosted zone.
|
CreateHostedZoneResult |
withHostedZone(HostedZone hostedZone)
A complex type that contains general information about the hosted zone.
|
CreateHostedZoneResult |
withLocation(String location)
The unique URL representing the new hosted zone.
|
CreateHostedZoneResult |
withVPC(VPC vPC)
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setHostedZone(HostedZone hostedZone)
A complex type that contains general information about the hosted zone.
hostedZone - A complex type that contains general information about the hosted zone.public HostedZone getHostedZone()
A complex type that contains general information about the hosted zone.
public CreateHostedZoneResult withHostedZone(HostedZone hostedZone)
A complex type that contains general information about the hosted zone.
hostedZone - A complex type that contains general information about the hosted zone.public void setChangeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to your hosted zone.
changeInfo - A complex type that describes the changes made to your hosted zone.public ChangeInfo getChangeInfo()
A complex type that describes the changes made to your hosted zone.
public CreateHostedZoneResult withChangeInfo(ChangeInfo changeInfo)
A complex type that describes the changes made to your hosted zone.
changeInfo - A complex type that describes the changes made to your hosted zone.public void setDelegationSet(DelegationSet delegationSet)
A complex type that describes the name servers for this hosted zone.
delegationSet - A complex type that describes the name servers for this hosted zone.public DelegationSet getDelegationSet()
A complex type that describes the name servers for this hosted zone.
public CreateHostedZoneResult withDelegationSet(DelegationSet delegationSet)
A complex type that describes the name servers for this hosted zone.
delegationSet - A complex type that describes the name servers for this hosted zone.public void setVPC(VPC vPC)
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
vPC - A complex type that contains information about an Amazon VPC that you associated with this hosted zone.public VPC getVPC()
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
public CreateHostedZoneResult withVPC(VPC vPC)
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
vPC - A complex type that contains information about an Amazon VPC that you associated with this hosted zone.public void setLocation(String location)
The unique URL representing the new hosted zone.
location - The unique URL representing the new hosted zone.public String getLocation()
The unique URL representing the new hosted zone.
public CreateHostedZoneResult withLocation(String location)
The unique URL representing the new hosted zone.
location - The unique URL representing the new hosted zone.public String toString()
toString in class ObjectObject.toString()public CreateHostedZoneResult clone()
Copyright © 2016. All rights reserved.