@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopProjectVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StopProjectVersionResult() |
Modifier and Type | Method and Description |
---|---|
StopProjectVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The current status of the stop operation.
|
int |
hashCode() |
void |
setStatus(String status)
The current status of the stop operation.
|
String |
toString()
Returns a string representation of this object.
|
StopProjectVersionResult |
withStatus(ProjectVersionStatus status)
The current status of the stop operation.
|
StopProjectVersionResult |
withStatus(String status)
The current status of the stop operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
The current status of the stop operation.
status
- The current status of the stop operation.ProjectVersionStatus
public String getStatus()
The current status of the stop operation.
ProjectVersionStatus
public StopProjectVersionResult withStatus(String status)
The current status of the stop operation.
status
- The current status of the stop operation.ProjectVersionStatus
public StopProjectVersionResult withStatus(ProjectVersionStatus status)
The current status of the stop operation.
status
- The current status of the stop operation.ProjectVersionStatus
public String toString()
toString
in class Object
Object.toString()
public StopProjectVersionResult clone()