@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 definition.
|
int |
hashCode() |
void |
setJobName(String jobName)
Returns the name of the updated job definition.
|
String |
toString()
Returns a string representation of this object.
|
UpdateJobResult |
withJobName(String jobName)
Returns the name of the updated job definition.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobName(String jobName)
Returns the name of the updated job definition.
jobName
- Returns the name of the updated job definition.public String getJobName()
Returns the name of the updated job definition.
public UpdateJobResult withJobName(String jobName)
Returns the name of the updated job definition.
jobName
- Returns the name of the updated job definition.public String toString()
toString
in class Object
Object.toString()
public UpdateJobResult clone()