@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 |
getStatus()
The current status of the delete project operation.
|
int |
hashCode() |
void |
setStatus(String status)
The current status of the delete project operation.
|
String |
toString()
Returns a string representation of this object.
|
DeleteProjectResult |
withStatus(ProjectStatus status)
The current status of the delete project operation.
|
DeleteProjectResult |
withStatus(String status)
The current status of the delete project operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
The current status of the delete project operation.
status
- The current status of the delete project operation.ProjectStatus
public String getStatus()
The current status of the delete project operation.
ProjectStatus
public DeleteProjectResult withStatus(String status)
The current status of the delete project operation.
status
- The current status of the delete project operation.ProjectStatus
public DeleteProjectResult withStatus(ProjectStatus status)
The current status of the delete project operation.
status
- The current status of the delete project operation.ProjectStatus
public String toString()
toString
in class Object
Object.toString()
public DeleteProjectResult clone()