@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 |
getJobRunId()
The ID assigned to this job run.
|
int |
hashCode() |
void |
setJobRunId(String jobRunId)
The ID assigned to this job run.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartJobRunResult |
withJobRunId(String jobRunId)
The ID assigned to this job run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobRunId(String jobRunId)
The ID assigned to this job run.
jobRunId
- The ID assigned to this job run.public String getJobRunId()
The ID assigned to this job run.
public StartJobRunResult withJobRunId(String jobRunId)
The ID assigned to this job run.
jobRunId
- The ID assigned to this job run.public String toString()
toString
in class Object
Object.toString()
public StartJobRunResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.