@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteJobResult() |
Modifier and Type | Method and Description |
---|---|
DeleteJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobName()
The name of the job definition that was deleted.
|
int |
hashCode() |
void |
setJobName(String jobName)
The name of the job definition that was deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteJobResult |
withJobName(String jobName)
The name of the job definition that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobName(String jobName)
The name of the job definition that was deleted.
jobName
- The name of the job definition that was deleted.public String getJobName()
The name of the job definition that was deleted.
public DeleteJobResult withJobName(String jobName)
The name of the job definition that was deleted.
jobName
- The name of the job definition that was deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteJobResult clone()