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