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