@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 contains information about the
CreateHostedZone request. |
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 contains information about the
CreateHostedZone request. |
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 contains information about the
CreateHostedZone request. |
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, setSdkResponseMetadata
public 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 contains information about the CreateHostedZone
request.
changeInfo
- A complex type that contains information about the CreateHostedZone
request.public ChangeInfo getChangeInfo()
A complex type that contains information about the CreateHostedZone
request.
CreateHostedZone
request.public CreateHostedZoneResult withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the CreateHostedZone
request.
changeInfo
- A complex type that contains information about the CreateHostedZone
request.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 Object
Object.toString()
public CreateHostedZoneResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.