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 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.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.
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.