@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 |
getName()
The name of the job that you deleted.
|
int |
hashCode() |
void |
setName(String name)
The name of the job that you deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteJobResult |
withName(String name)
The name of the job that you deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the job that you deleted.
name
- The name of the job that you deleted.public String getName()
The name of the job that you deleted.
public DeleteJobResult withName(String name)
The name of the job that you deleted.
name
- The name of the job that you deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteJobResult clone()