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