@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeliverConfigSnapshotResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConfigSnapshotId(String configSnapshotId)
The ID of the snapshot that is being created.
configSnapshotId
- The ID of the snapshot that is being created.public String getConfigSnapshotId()
The ID of the snapshot that is being created.
public DeliverConfigSnapshotResult withConfigSnapshotId(String configSnapshotId)
The ID of the snapshot that is being created.
configSnapshotId
- The ID of the snapshot that is being created.public String toString()
toString
in class Object
Object.toString()
public DeliverConfigSnapshotResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.