public class DeleteEnvironmentResponse extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteEnvironmentResponse.Status
Status of the environment.
|
Constructor and Description |
---|
DeleteEnvironmentResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEnvironmentId()
Gets the environmentId.
|
java.lang.String |
getStatus()
Gets the status.
|
void |
setEnvironmentId(java.lang.String environmentId)
Sets the environmentId.
|
void |
setStatus(java.lang.String status)
Sets the status.
|
equals, hashCode, toString
public java.lang.String getEnvironmentId()
public java.lang.String getStatus()
public void setEnvironmentId(java.lang.String environmentId)
environmentId
- the new environmentIdpublic void setStatus(java.lang.String status)
status
- the new status