@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 of the new job that has been created.
|
int |
hashCode() |
void |
setName(String name)
The unique name of the new job that has been created.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateJobResult |
withName(String name)
The unique name of the new job that has been created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The unique name of the new job that has been created.
name
- The unique name of the new job that has been created.public String getName()
The unique name of the new job that has been created.
public CreateJobResult withName(String name)
The unique name of the new job that has been created.
name
- The unique name of the new job that has been created.public String toString()
toString
in class Object
Object.toString()
public CreateJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.