public class GetChangeResult
extends java.lang.Object
implements java.io.Serializable
A complex type that contains the ChangeInfo element.
| コンストラクタと説明 |
|---|
GetChangeResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.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.
|
java.lang.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.
|
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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object