public class DeliverConfigSnapshotResult extends Object implements Serializable, Cloneable
The output for the DeliverConfigSnapshot action in JSON format.
| Constructor and Description |
|---|
DeliverConfigSnapshotResult() |
| Modifier and Type | Method and Description |
|---|---|
DeliverConfigSnapshotResult |
clone() |
boolean |
equals(Object obj) |
String |
getConfigSnapshotId()
The ID of the snapshot that is being created.
|
int |
hashCode() |
void |
setConfigSnapshotId(String configSnapshotId)
The ID of the snapshot that is being created.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeliverConfigSnapshotResult |
withConfigSnapshotId(String configSnapshotId)
The ID of the snapshot that is being created.
|
public String getConfigSnapshotId()
public void setConfigSnapshotId(String configSnapshotId)
configSnapshotId - The ID of the snapshot that is being created.public DeliverConfigSnapshotResult withConfigSnapshotId(String configSnapshotId)
Returns a reference to this object so that method calls can be chained together.
configSnapshotId - The ID of the snapshot that is being created.public String toString()
toString in class ObjectObject.toString()public DeliverConfigSnapshotResult clone()
Copyright © 2015. All rights reserved.