public class DeleteProjectResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DeleteProjectResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getStatus()
The current status of the delete project operation.
|
int |
hashCode() |
void |
setStatus(ProjectStatus status)
The current status of the delete project operation.
|
void |
setStatus(java.lang.String status)
The current status of the delete project operation.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteProjectResult |
withStatus(ProjectStatus status)
The current status of the delete project operation.
|
DeleteProjectResult |
withStatus(java.lang.String status)
The current status of the delete project operation.
|
public java.lang.String getStatus()
The current status of the delete project operation.
Constraints:
Allowed Values: CREATING, CREATED, DELETING
The current status of the delete project operation.
ProjectStatuspublic void setStatus(java.lang.String status)
The current status of the delete project operation.
Constraints:
Allowed Values: CREATING, CREATED, DELETING
status - The current status of the delete project operation.
ProjectStatuspublic DeleteProjectResult withStatus(java.lang.String status)
The current status of the delete project operation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATING, CREATED, DELETING
status - The current status of the delete project operation.
ProjectStatuspublic void setStatus(ProjectStatus status)
The current status of the delete project operation.
Constraints:
Allowed Values: CREATING, CREATED, DELETING
status - The current status of the delete project operation.
ProjectStatuspublic DeleteProjectResult withStatus(ProjectStatus status)
The current status of the delete project operation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATING, CREATED, DELETING
status - The current status of the delete project operation.
ProjectStatuspublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.