@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteInstanceSnapshotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteInstanceSnapshotResult() |
Modifier and Type | Method and Description |
---|---|
DeleteInstanceSnapshotResult |
clone() |
boolean |
equals(Object obj) |
List<Operation> |
getOperations()
An array of key-value pairs containing information about the results of your delete instance snapshot request.
|
int |
hashCode() |
void |
setOperations(Collection<Operation> operations)
An array of key-value pairs containing information about the results of your delete instance snapshot request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteInstanceSnapshotResult |
withOperations(Collection<Operation> operations)
An array of key-value pairs containing information about the results of your delete instance snapshot request.
|
DeleteInstanceSnapshotResult |
withOperations(Operation... operations)
An array of key-value pairs containing information about the results of your delete instance snapshot request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Operation> getOperations()
An array of key-value pairs containing information about the results of your delete instance snapshot request.
public void setOperations(Collection<Operation> operations)
An array of key-value pairs containing information about the results of your delete instance snapshot request.
operations
- An array of key-value pairs containing information about the results of your delete instance snapshot
request.public DeleteInstanceSnapshotResult withOperations(Operation... operations)
An array of key-value pairs containing information about the results of your delete instance snapshot request.
NOTE: This method appends the values to the existing list (if any). Use
setOperations(java.util.Collection)
or withOperations(java.util.Collection)
if you want to
override the existing values.
operations
- An array of key-value pairs containing information about the results of your delete instance snapshot
request.public DeleteInstanceSnapshotResult withOperations(Collection<Operation> operations)
An array of key-value pairs containing information about the results of your delete instance snapshot request.
operations
- An array of key-value pairs containing information about the results of your delete instance snapshot
request.public String toString()
toString
in class Object
Object.toString()
public DeleteInstanceSnapshotResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.