public class DeliverConfigSnapshotResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The output for the DeliverConfigSnapshot action in JSON format.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
configSnapshotId
The ID of the snapshot that is being created.
|
Constructor and Description |
---|
DeliverConfigSnapshotResult() |
Modifier and Type | Method and Description |
---|---|
DeliverConfigSnapshotResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConfigSnapshotId()
The ID of the snapshot that is being created.
|
int |
hashCode() |
void |
setConfigSnapshotId(java.lang.String configSnapshotId)
The ID of the snapshot that is being created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeliverConfigSnapshotResult |
withConfigSnapshotId(java.lang.String configSnapshotId)
The ID of the snapshot that is being created.
|
private java.lang.String configSnapshotId
The ID of the snapshot that is being created.
public void setConfigSnapshotId(java.lang.String configSnapshotId)
The ID of the snapshot that is being created.
configSnapshotId
- The ID of the snapshot that is being created.public java.lang.String getConfigSnapshotId()
The ID of the snapshot that is being created.
public DeliverConfigSnapshotResult withConfigSnapshotId(java.lang.String configSnapshotId)
The ID of the snapshot that is being created.
configSnapshotId
- The ID of the snapshot that is being created.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 DeliverConfigSnapshotResult clone()
clone
in class java.lang.Object