@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelJobRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CancelJobRunResult() |
Modifier and Type | Method and Description |
---|---|
CancelJobRunResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The output contains the ID of the cancelled job run.
|
String |
getVirtualClusterId()
The output contains the virtual cluster ID for which the job run is cancelled.
|
int |
hashCode() |
void |
setId(String id)
The output contains the ID of the cancelled job run.
|
void |
setVirtualClusterId(String virtualClusterId)
The output contains the virtual cluster ID for which the job run is cancelled.
|
String |
toString()
Returns a string representation of this object.
|
CancelJobRunResult |
withId(String id)
The output contains the ID of the cancelled job run.
|
CancelJobRunResult |
withVirtualClusterId(String virtualClusterId)
The output contains the virtual cluster ID for which the job run is cancelled.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The output contains the ID of the cancelled job run.
id
- The output contains the ID of the cancelled job run.public String getId()
The output contains the ID of the cancelled job run.
public CancelJobRunResult withId(String id)
The output contains the ID of the cancelled job run.
id
- The output contains the ID of the cancelled job run.public void setVirtualClusterId(String virtualClusterId)
The output contains the virtual cluster ID for which the job run is cancelled.
virtualClusterId
- The output contains the virtual cluster ID for which the job run is cancelled.public String getVirtualClusterId()
The output contains the virtual cluster ID for which the job run is cancelled.
public CancelJobRunResult withVirtualClusterId(String virtualClusterId)
The output contains the virtual cluster ID for which the job run is cancelled.
virtualClusterId
- The output contains the virtual cluster ID for which the job run is cancelled.public String toString()
toString
in class Object
Object.toString()
public CancelJobRunResult clone()