|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.route53.model.GetChangeResult
public class GetChangeResult
A complex type that contains the ChangeInfo
element.
Constructor Summary | |
---|---|
GetChangeResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
ChangeInfo |
getChangeInfo()
A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request. |
int |
hashCode()
|
void |
setChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetChangeResult |
withChangeInfo(ChangeInfo changeInfo)
A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetChangeResult()
Method Detail |
---|
public ChangeInfo getChangeInfo()
public void setChangeInfo(ChangeInfo changeInfo)
changeInfo
- A complex type that contains information about the specified change
batch, including the change batch ID, the status of the change, and
the date and time of the request.public GetChangeResult withChangeInfo(ChangeInfo changeInfo)
Returns a reference to this object so that method calls can be chained together.
changeInfo
- A complex type that contains information about the specified change
batch, including the change batch ID, the status of the change, and
the date and time of the request.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |