Class CreateHostedZoneResult
- java.lang.Object
-
- com.amazonaws.services.route53.model.CreateHostedZoneResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class CreateHostedZoneResult extends Object implements Serializable, Cloneable
A complex type containing the response information for the new hosted zone.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateHostedZoneResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateHostedZoneResultclone()booleanequals(Object obj)ChangeInfogetChangeInfo()A complex type that contains information about the request to create a hosted zone.DelegationSetgetDelegationSet()A complex type that contains name server information.HostedZonegetHostedZone()A complex type that contains identifying information about the hosted zone.StringgetLocation()The unique URL representing the new hosted zone.VPCgetVPC()inthashCode()voidsetChangeInfo(ChangeInfo changeInfo)A complex type that contains information about the request to create a hosted zone.voidsetDelegationSet(DelegationSet delegationSet)A complex type that contains name server information.voidsetHostedZone(HostedZone hostedZone)A complex type that contains identifying information about the hosted zone.voidsetLocation(String location)The unique URL representing the new hosted zone.voidsetVPC(VPC vPC)StringtoString()Returns a string representation of this object; useful for testing and debugging.CreateHostedZoneResultwithChangeInfo(ChangeInfo changeInfo)A complex type that contains information about the request to create a hosted zone.CreateHostedZoneResultwithDelegationSet(DelegationSet delegationSet)A complex type that contains name server information.CreateHostedZoneResultwithHostedZone(HostedZone hostedZone)A complex type that contains identifying information about the hosted zone.CreateHostedZoneResultwithLocation(String location)The unique URL representing the new hosted zone.CreateHostedZoneResultwithVPC(VPC vPC)
-
-
-
Method Detail
-
setHostedZone
public void setHostedZone(HostedZone hostedZone)
A complex type that contains identifying information about the hosted zone.
- Parameters:
hostedZone- A complex type that contains identifying information about the hosted zone.
-
getHostedZone
public HostedZone getHostedZone()
A complex type that contains identifying information about the hosted zone.
- Returns:
- A complex type that contains identifying information about the hosted zone.
-
withHostedZone
public CreateHostedZoneResult withHostedZone(HostedZone hostedZone)
A complex type that contains identifying information about the hosted zone.
- Parameters:
hostedZone- A complex type that contains identifying information about the hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setChangeInfo
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.
- Parameters:
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.
-
getChangeInfo
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.
- Returns:
- 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.
-
withChangeInfo
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDelegationSet
public void setDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
- Parameters:
delegationSet- A complex type that contains name server information.
-
getDelegationSet
public DelegationSet getDelegationSet()
A complex type that contains name server information.
- Returns:
- A complex type that contains name server information.
-
withDelegationSet
public CreateHostedZoneResult withDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
- Parameters:
delegationSet- A complex type that contains name server information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVPC
public void setVPC(VPC vPC)
- Parameters:
vPC-
-
getVPC
public VPC getVPC()
- Returns:
-
withVPC
public CreateHostedZoneResult withVPC(VPC vPC)
- Parameters:
vPC-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLocation
public void setLocation(String location)
The unique URL representing the new hosted zone.
- Parameters:
location- The unique URL representing the new hosted zone.
-
getLocation
public String getLocation()
The unique URL representing the new hosted zone.
- Returns:
- The unique URL representing the new hosted zone.
-
withLocation
public CreateHostedZoneResult withLocation(String location)
The unique URL representing the new hosted zone.
- Parameters:
location- The unique URL representing the new hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateHostedZoneResult clone()
-
-