@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartJobRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartJobRunResult() |
Modifier and Type | Method and Description |
---|---|
StartJobRunResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
This output lists the ARN of job run.
|
String |
getId()
This output displays the started job run ID.
|
String |
getName()
This output displays the name of the started job run.
|
String |
getVirtualClusterId()
This output displays the virtual cluster ID for which the job run was submitted.
|
int |
hashCode() |
void |
setArn(String arn)
This output lists the ARN of job run.
|
void |
setId(String id)
This output displays the started job run ID.
|
void |
setName(String name)
This output displays the name of the started job run.
|
void |
setVirtualClusterId(String virtualClusterId)
This output displays the virtual cluster ID for which the job run was submitted.
|
String |
toString()
Returns a string representation of this object.
|
StartJobRunResult |
withArn(String arn)
This output lists the ARN of job run.
|
StartJobRunResult |
withId(String id)
This output displays the started job run ID.
|
StartJobRunResult |
withName(String name)
This output displays the name of the started job run.
|
StartJobRunResult |
withVirtualClusterId(String virtualClusterId)
This output displays the virtual cluster ID for which the job run was submitted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
This output displays the started job run ID.
id
- This output displays the started job run ID.public String getId()
This output displays the started job run ID.
public StartJobRunResult withId(String id)
This output displays the started job run ID.
id
- This output displays the started job run ID.public void setName(String name)
This output displays the name of the started job run.
name
- This output displays the name of the started job run.public String getName()
This output displays the name of the started job run.
public StartJobRunResult withName(String name)
This output displays the name of the started job run.
name
- This output displays the name of the started job run.public void setArn(String arn)
This output lists the ARN of job run.
arn
- This output lists the ARN of job run.public String getArn()
This output lists the ARN of job run.
public StartJobRunResult withArn(String arn)
This output lists the ARN of job run.
arn
- This output lists the ARN of job run.public void setVirtualClusterId(String virtualClusterId)
This output displays the virtual cluster ID for which the job run was submitted.
virtualClusterId
- This output displays the virtual cluster ID for which the job run was submitted.public String getVirtualClusterId()
This output displays the virtual cluster ID for which the job run was submitted.
public StartJobRunResult withVirtualClusterId(String virtualClusterId)
This output displays the virtual cluster ID for which the job run was submitted.
virtualClusterId
- This output displays the virtual cluster ID for which the job run was submitted.public String toString()
toString
in class Object
Object.toString()
public StartJobRunResult clone()