@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StopTaskResult() |
Modifier and Type | Method and Description |
---|---|
StopTaskResult |
clone() |
boolean |
equals(Object obj) |
Task |
getTask()
The task that was stopped.
|
int |
hashCode() |
void |
setTask(Task task)
The task that was stopped.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StopTaskResult |
withTask(Task task)
The task that was stopped.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTask(Task task)
The task that was stopped.
task
- The task that was stopped.public Task getTask()
The task that was stopped.
public StopTaskResult withTask(Task task)
The task that was stopped.
task
- The task that was stopped.public String toString()
toString
in class Object
Object.toString()
public StopTaskResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.