@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopInstanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StopInstanceResult() |
| Modifier and Type | Method and Description |
|---|---|
StopInstanceResult |
clone() |
boolean |
equals(Object obj) |
List<Operation> |
getOperations()
An array of key-value pairs containing information about the request operation.
|
int |
hashCode() |
void |
setOperations(Collection<Operation> operations)
An array of key-value pairs containing information about the request operation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StopInstanceResult |
withOperations(Collection<Operation> operations)
An array of key-value pairs containing information about the request operation.
|
StopInstanceResult |
withOperations(Operation... operations)
An array of key-value pairs containing information about the request operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Operation> getOperations()
An array of key-value pairs containing information about the request operation.
public void setOperations(Collection<Operation> operations)
An array of key-value pairs containing information about the request operation.
operations - An array of key-value pairs containing information about the request operation.public StopInstanceResult withOperations(Operation... operations)
An array of key-value pairs containing information about the request operation.
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 request operation.public StopInstanceResult withOperations(Collection<Operation> operations)
An array of key-value pairs containing information about the request operation.
operations - An array of key-value pairs containing information about the request operation.public String toString()
toString in class ObjectObject.toString()public StopInstanceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.