Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.route53.model
Class GetHostedZoneResult

java.lang.Object
  extended by com.amazonaws.services.route53.model.GetHostedZoneResult
All Implemented Interfaces:
java.io.Serializable

public class GetHostedZoneResult
extends java.lang.Object
implements java.io.Serializable

A complex type containing information about the specified hosted zone.

See Also:
Serialized Form

Constructor Summary
GetHostedZoneResult()
           
 
Method Summary
 boolean equals(java.lang.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.
 java.lang.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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