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