@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateJobResult() |
Modifier and Type | Method and Description |
---|---|
UpdateJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobName()
Returns the name of the updated job.
|
int |
hashCode() |
void |
setJobName(String jobName)
Returns the name of the updated job.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateJobResult |
withJobName(String jobName)
Returns the name of the updated job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobName(String jobName)
Returns the name of the updated job.
jobName
- Returns the name of the updated job.public String getJobName()
Returns the name of the updated job.
public UpdateJobResult withJobName(String jobName)
Returns the name of the updated job.
jobName
- Returns the name of the updated job.public String toString()
toString
in class Object
Object.toString()
public UpdateJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.