@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInstanceSnapshotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetInstanceSnapshotResult() |
Modifier and Type | Method and Description |
---|---|
GetInstanceSnapshotResult |
clone() |
boolean |
equals(Object obj) |
InstanceSnapshot |
getInstanceSnapshot()
An array of key-value pairs containing information about the results of your get instance snapshot request.
|
int |
hashCode() |
void |
setInstanceSnapshot(InstanceSnapshot instanceSnapshot)
An array of key-value pairs containing information about the results of your get instance snapshot request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetInstanceSnapshotResult |
withInstanceSnapshot(InstanceSnapshot instanceSnapshot)
An array of key-value pairs containing information about the results of your get instance snapshot request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInstanceSnapshot(InstanceSnapshot instanceSnapshot)
An array of key-value pairs containing information about the results of your get instance snapshot request.
instanceSnapshot
- An array of key-value pairs containing information about the results of your get instance snapshot
request.public InstanceSnapshot getInstanceSnapshot()
An array of key-value pairs containing information about the results of your get instance snapshot request.
public GetInstanceSnapshotResult withInstanceSnapshot(InstanceSnapshot instanceSnapshot)
An array of key-value pairs containing information about the results of your get instance snapshot request.
instanceSnapshot
- An array of key-value pairs containing information about the results of your get instance snapshot
request.public String toString()
toString
in class Object
Object.toString()
public GetInstanceSnapshotResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.