com.amazonaws.services.route53.model
Class GetHostedZoneResult

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

public class GetHostedZoneResult
extends Object

A complex type containing information about the specified hosted zone.


Constructor Summary
GetHostedZoneResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 DelegationSet getDelegationSet()
          A complex type that contains information about the name servers for the specified hosted zone.
 HostedZone getHostedZone()
          A complex type that contains the information about the specified hosted zone.
 int hashCode()
           
 void setDelegationSet(DelegationSet delegationSet)
          A complex type that contains information about the name servers for the specified hosted zone.
 void setHostedZone(HostedZone hostedZone)
          A complex type that contains the information about the specified hosted zone.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetHostedZoneResult withDelegationSet(DelegationSet delegationSet)
          A complex type that contains information about the name servers for the specified hosted zone.
 GetHostedZoneResult withHostedZone(HostedZone hostedZone)
          A complex type that contains the information about the specified hosted zone.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetHostedZoneResult

public GetHostedZoneResult()
Method Detail

getHostedZone

public HostedZone getHostedZone()
A complex type that contains the information about the specified hosted zone.

Returns:
A complex type that contains the information about the specified hosted zone.

setHostedZone

public void setHostedZone(HostedZone hostedZone)
A complex type that contains the information about the specified hosted zone.

Parameters:
hostedZone - A complex type that contains the information about the specified hosted zone.

withHostedZone

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

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

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

getDelegationSet

public DelegationSet getDelegationSet()
A complex type that contains information about the name servers for the specified hosted zone.

Returns:
A complex type that contains information about the name servers for the specified hosted zone.

setDelegationSet

public void setDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the name servers for the specified hosted zone.

Parameters:
delegationSet - A complex type that contains information about the name servers for the specified hosted zone.

withDelegationSet

public GetHostedZoneResult withDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the name servers for the specified hosted zone.

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

Parameters:
delegationSet - A complex type that contains information about the name servers for the specified 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.