public class ChangeResourceRecordSetsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A complex type containing the response for the request.
Modifier and Type | Field and Description |
---|---|
private ChangeInfo |
changeInfo
A complex type that contains information about changes made to your
hosted zone.
|
Constructor and Description |
---|
ChangeResourceRecordSetsResult() |
Modifier and Type | Method and Description |
---|---|
ChangeResourceRecordSetsResult |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private 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.
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.
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.
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.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
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.
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.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ChangeResourceRecordSetsResult clone()
clone
in class java.lang.Object