@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateJobResult() |
Modifier and Type | Method and Description |
---|---|
CreateJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The unique name that was provided for this job definition.
|
int |
hashCode() |
void |
setName(String name)
The unique name that was provided for this job definition.
|
String |
toString()
Returns a string representation of this object.
|
CreateJobResult |
withName(String name)
The unique name that was provided for this job definition.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The unique name that was provided for this job definition.
name
- The unique name that was provided for this job definition.public String getName()
The unique name that was provided for this job definition.
public CreateJobResult withName(String name)
The unique name that was provided for this job definition.
name
- The unique name that was provided for this job definition.public String toString()
toString
in class Object
Object.toString()
public CreateJobResult clone()