@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 that was deleted.
|
int |
hashCode() |
void |
setJobName(String jobName)
The name of the job that was deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteJobResult |
withJobName(String jobName)
The name of the job that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobName(String jobName)
The name of the job that was deleted.
jobName
- The name of the job that was deleted.public String getJobName()
The name of the job that was deleted.
public DeleteJobResult withJobName(String jobName)
The name of the job that was deleted.
jobName
- The name of the job that was deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.