|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.route53.model.ChangeResourceRecordSetsResult
public class ChangeResourceRecordSetsResult
A complex type containing the response for the request.
| Constructor Summary | |
|---|---|
ChangeResourceRecordSetsResult()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChangeResourceRecordSetsResult()
| Method Detail |
|---|
public ChangeInfo getChangeInfo()
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 void setChangeInfo(ChangeInfo changeInfo)
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 ChangeResourceRecordSetsResult withChangeInfo(ChangeInfo changeInfo)
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.
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.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||