com.amazonaws.services.route53.model
Class CreateHostedZoneResult

java.lang.Object
  extended by com.amazonaws.services.route53.model.CreateHostedZoneResult

public class CreateHostedZoneResult
extends Object

A complex type containing the response information for the new hosted zone.


Constructor Summary
CreateHostedZoneResult()
           
 
Method Summary
 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.
 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.
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateHostedZoneResult

public CreateHostedZoneResult()
Method Detail

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.

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.

withHostedZone

public CreateHostedZoneResult withHostedZone(HostedZone hostedZone)
A complex type that contains identifying information about the hosted zone.

Returns a reference to this object so that method calls can be chained together.

Parameters:
hostedZone - A complex type that contains identifying information about the hosted zone.
Returns:
A reference to this updated object so that method calls can be chained together.

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.

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.

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.

Returns a reference to this object so that method calls can be chained together.

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:
A reference to this updated object so that method calls can be chained together.

getDelegationSet

public DelegationSet getDelegationSet()
A complex type that contains name server information.

Returns:
A complex type that contains name server information.

setDelegationSet

public void setDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.

Parameters:
delegationSet - A complex type that contains name server information.

withDelegationSet

public CreateHostedZoneResult withDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.

Returns a reference to this object so that method calls can be chained together.

Parameters:
delegationSet - A complex type that contains name server information.
Returns:
A reference to this updated object so that method calls can be chained together.

getLocation

public String getLocation()
The unique URL representing the new hosted zone.

Constraints:
Length: 0 - 1024

Returns:
The unique URL representing the new hosted zone.

setLocation

public void setLocation(String location)
The unique URL representing the new hosted zone.

Constraints:
Length: 0 - 1024

Parameters:
location - The unique URL representing the new hosted zone.

withLocation

public CreateHostedZoneResult withLocation(String location)
The unique URL representing the new hosted zone.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 1024

Parameters:
location - The unique URL representing the new hosted zone.
Returns:
A reference to this updated 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 class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.