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