com.amazonaws.services.route53.model
Class ChangeResourceRecordSetsResult

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

public class ChangeResourceRecordSetsResult
extends Object

A complex type containing the response for the request.


Constructor Summary
ChangeResourceRecordSetsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 ChangeInfo getChangeInfo()
          A complex type that contains information about changes made to your hosted zone.
 int hashCode()
           
 void setChangeInfo(ChangeInfo changeInfo)
          A complex type that contains information about changes made to your hosted zone.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ChangeResourceRecordSetsResult withChangeInfo(ChangeInfo changeInfo)
          A complex type that contains information about changes made to your hosted zone.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChangeResourceRecordSetsResult

public ChangeResourceRecordSetsResult()
Method Detail

getChangeInfo

public ChangeInfo getChangeInfo()
A complex type that contains information about changes made to your hosted zone.

This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

Returns:
A complex type that contains information about changes made to your hosted zone.

This element contains an ID that you use when performing a GetChange action to get detailed information about the change.


setChangeInfo

public void setChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about changes made to your hosted zone.

This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

Parameters:
changeInfo - A complex type that contains information about changes made to your hosted zone.

This element contains an ID that you use when performing a GetChange action to get detailed information about the change.


withChangeInfo

public ChangeResourceRecordSetsResult withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about changes made to your hosted zone.

This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

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

Parameters:
changeInfo - A complex type that contains information about changes made to your hosted zone.

This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

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.