Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.route53.model
Class DeleteHostedZoneResult

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

public class DeleteHostedZoneResult
extends Object
implements Serializable

A complex type containing the response information for the request.

See Also:
Serialized Form

Constructor Summary
DeleteHostedZoneResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 ChangeInfo getChangeInfo()
          A complex type that contains the ID, the status, and the date and time of your delete request.
 int hashCode()
           
 void setChangeInfo(ChangeInfo changeInfo)
          A complex type that contains the ID, the status, and the date and time of your delete request.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DeleteHostedZoneResult withChangeInfo(ChangeInfo changeInfo)
          A complex type that contains the ID, the status, and the date and time of your delete request.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteHostedZoneResult

public DeleteHostedZoneResult()
Method Detail

getChangeInfo

public ChangeInfo getChangeInfo()
A complex type that contains the ID, the status, and the date and time of your delete request.

Returns:
A complex type that contains the ID, the status, and the date and time of your delete request.

setChangeInfo

public void setChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of your delete request.

Parameters:
changeInfo - A complex type that contains the ID, the status, and the date and time of your delete request.

withChangeInfo

public DeleteHostedZoneResult withChangeInfo(ChangeInfo changeInfo)
A complex type that contains the ID, the status, and the date and time of your delete request.

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

Parameters:
changeInfo - A complex type that contains the ID, the status, and the date and time of your delete request.
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.