public class GetChangeDetailsResult extends Object implements Serializable, Cloneable
A complex type that contains the ChangeBatchRecord
element.
| Constructor and Description |
|---|
GetChangeDetailsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetChangeDetailsResult |
clone() |
boolean |
equals(Object obj) |
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.
|
int |
hashCode() |
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
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.
|
public ChangeBatchRecord getChangeBatchRecord()
public void setChangeBatchRecord(ChangeBatchRecord 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.public GetChangeDetailsResult withChangeBatchRecord(ChangeBatchRecord changeBatchRecord)
Returns a reference to this object so that method calls can be chained together.
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 String toString()
toString in class ObjectObject.toString()public GetChangeDetailsResult clone()
Copyright © 2015. All rights reserved.