@Deprecated
public class GetChangeDetailsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A complex type that contains the ChangeBatchRecord
element.
Modifier and Type | Field and Description |
---|---|
private ChangeBatchRecord |
changeBatchRecord
Deprecated.
A complex type that contains information about the specified change
batch, including the change batch ID, the status of the change, and the
contained changes.
|
Constructor and Description |
---|
GetChangeDetailsResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GetChangeDetailsResult |
clone()
Deprecated.
|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
ChangeBatchRecord |
getChangeBatchRecord()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setChangeBatchRecord(ChangeBatchRecord changeBatchRecord)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
GetChangeDetailsResult |
withChangeBatchRecord(ChangeBatchRecord changeBatchRecord)
Deprecated.
|
private ChangeBatchRecord changeBatchRecord
A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.
@Deprecated public void setChangeBatchRecord(ChangeBatchRecord changeBatchRecord)
A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.
changeBatchRecord
- A complex type that contains information about the specified
change batch, including the change batch ID, the status of the
change, and the contained changes.@Deprecated public ChangeBatchRecord getChangeBatchRecord()
A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.
@Deprecated public GetChangeDetailsResult withChangeBatchRecord(ChangeBatchRecord changeBatchRecord)
A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.
changeBatchRecord
- A complex type that contains information about the specified
change batch, including the change batch ID, the status of the
change, and the contained changes.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 GetChangeDetailsResult clone()
clone
in class java.lang.Object