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