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 CreateHostedZoneResult
clone()
boolean
equals(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.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(String location)
The unique URL representing the new hosted zone.void
setVPC(VPC vPC)
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(String location)
The unique URL representing the new hosted zone.CreateHostedZoneResult
withVPC(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateHostedZoneResult clone()
-
-