public class GetChangeResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A complex type that contains the ChangeInfo
element.
Modifier and Type | Field and Description |
---|---|
private 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.
|
Constructor and Description |
---|
GetChangeResult() |
Modifier and Type | Method and Description |
---|---|
GetChangeResult |
clone() |
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.
|
private 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 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.
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()
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)
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.
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
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 GetChangeResult clone()
clone
in class java.lang.Object