public class CreateHostedZoneResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A complex type containing the response information for the new hosted zone.
Modifier and Type | Field and Description |
---|---|
private ChangeInfo |
changeInfo
A complex type that contains information about the request to create a
hosted zone.
|
private DelegationSet |
delegationSet
A complex type that contains name server information.
|
private HostedZone |
hostedZone
A complex type that contains identifying information about the hosted
zone.
|
private java.lang.String |
location
The unique URL representing the new hosted zone.
|
private VPC |
vPC |
Constructor and Description |
---|
CreateHostedZoneResult() |
Modifier and Type | Method and Description |
---|---|
CreateHostedZoneResult |
clone() |
boolean |
equals(java.lang.Object obj) |
ChangeInfo |
getChangeInfo()
A complex type that contains information about the request to create a
hosted zone.
|
DelegationSet |
getDelegationSet()
A complex type that contains name server information.
|
HostedZone |
getHostedZone()
A complex type that contains identifying information about the hosted
zone.
|
java.lang.String |
getLocation()
The unique URL representing the new hosted zone.
|
VPC |
getVPC() |
int |
hashCode() |
void |
setChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the request to create a
hosted zone.
|
void |
setDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
|
void |
setHostedZone(HostedZone hostedZone)
A complex type that contains identifying information about the hosted
zone.
|
void |
setLocation(java.lang.String location)
The unique URL representing the new hosted zone.
|
void |
setVPC(VPC vPC) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateHostedZoneResult |
withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the request to create a
hosted zone.
|
CreateHostedZoneResult |
withDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
|
CreateHostedZoneResult |
withHostedZone(HostedZone hostedZone)
A complex type that contains identifying information about the hosted
zone.
|
CreateHostedZoneResult |
withLocation(java.lang.String location)
The unique URL representing the new hosted zone.
|
CreateHostedZoneResult |
withVPC(VPC vPC) |
private HostedZone hostedZone
A complex type that contains identifying information about the hosted zone.
private ChangeInfo changeInfo
A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.
private DelegationSet delegationSet
A complex type that contains name server information.
private VPC vPC
private java.lang.String location
The unique URL representing the new hosted zone.
public void setHostedZone(HostedZone hostedZone)
A complex type that contains identifying information about the hosted zone.
hostedZone
- A complex type that contains identifying information about the
hosted zone.public HostedZone getHostedZone()
A complex type that contains identifying information about the hosted zone.
public CreateHostedZoneResult withHostedZone(HostedZone hostedZone)
A complex type that contains identifying information about the hosted zone.
hostedZone
- A complex type that contains identifying information about the
hosted zone.public void setChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.
changeInfo
- A complex type that contains information about the request to
create a hosted zone. This includes an ID that you use when you
call the GetChange action to get the current status of the
change request.public ChangeInfo getChangeInfo()
A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.
public CreateHostedZoneResult withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the request to create a hosted zone. This includes an ID that you use when you call the GetChange action to get the current status of the change request.
changeInfo
- A complex type that contains information about the request to
create a hosted zone. This includes an ID that you use when you
call the GetChange action to get the current status of the
change request.public void setDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
delegationSet
- A complex type that contains name server information.public DelegationSet getDelegationSet()
A complex type that contains name server information.
public CreateHostedZoneResult withDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
delegationSet
- A complex type that contains name server information.public void setVPC(VPC vPC)
vPC
- public VPC getVPC()
public CreateHostedZoneResult withVPC(VPC vPC)
vPC
- public void setLocation(java.lang.String location)
The unique URL representing the new hosted zone.
location
- The unique URL representing the new hosted zone.public java.lang.String getLocation()
The unique URL representing the new hosted zone.
public CreateHostedZoneResult withLocation(java.lang.String location)
The unique URL representing the new hosted zone.
location
- The unique URL representing the new 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 CreateHostedZoneResult clone()
clone
in class java.lang.Object