@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeploymentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDeploymentResult() |
Modifier and Type | Method and Description |
---|---|
GetDeploymentResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAutoDeployed()
Specifies whether a deployment was automatically released.
|
Date |
getCreatedDate()
The date and time when the Deployment resource was created.
|
String |
getDeploymentId()
The identifier for the deployment.
|
String |
getDeploymentStatus()
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
|
String |
getDeploymentStatusMessage()
May contain additional feedback on the status of an API deployment.
|
String |
getDescription()
The description for the deployment.
|
int |
hashCode() |
Boolean |
isAutoDeployed()
Specifies whether a deployment was automatically released.
|
void |
setAutoDeployed(Boolean autoDeployed)
Specifies whether a deployment was automatically released.
|
void |
setCreatedDate(Date createdDate)
The date and time when the Deployment resource was created.
|
void |
setDeploymentId(String deploymentId)
The identifier for the deployment.
|
void |
setDeploymentStatus(String deploymentStatus)
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
|
void |
setDeploymentStatusMessage(String deploymentStatusMessage)
May contain additional feedback on the status of an API deployment.
|
void |
setDescription(String description)
The description for the deployment.
|
String |
toString()
Returns a string representation of this object.
|
GetDeploymentResult |
withAutoDeployed(Boolean autoDeployed)
Specifies whether a deployment was automatically released.
|
GetDeploymentResult |
withCreatedDate(Date createdDate)
The date and time when the Deployment resource was created.
|
GetDeploymentResult |
withDeploymentId(String deploymentId)
The identifier for the deployment.
|
GetDeploymentResult |
withDeploymentStatus(DeploymentStatus deploymentStatus)
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
|
GetDeploymentResult |
withDeploymentStatus(String deploymentStatus)
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
|
GetDeploymentResult |
withDeploymentStatusMessage(String deploymentStatusMessage)
May contain additional feedback on the status of an API deployment.
|
GetDeploymentResult |
withDescription(String description)
The description for the deployment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAutoDeployed(Boolean autoDeployed)
Specifies whether a deployment was automatically released.
autoDeployed
- Specifies whether a deployment was automatically released.public Boolean getAutoDeployed()
Specifies whether a deployment was automatically released.
public GetDeploymentResult withAutoDeployed(Boolean autoDeployed)
Specifies whether a deployment was automatically released.
autoDeployed
- Specifies whether a deployment was automatically released.public Boolean isAutoDeployed()
Specifies whether a deployment was automatically released.
public void setCreatedDate(Date createdDate)
The date and time when the Deployment resource was created.
createdDate
- The date and time when the Deployment resource was created.public Date getCreatedDate()
The date and time when the Deployment resource was created.
public GetDeploymentResult withCreatedDate(Date createdDate)
The date and time when the Deployment resource was created.
createdDate
- The date and time when the Deployment resource was created.public void setDeploymentId(String deploymentId)
The identifier for the deployment.
deploymentId
- The identifier for the deployment.public String getDeploymentId()
The identifier for the deployment.
public GetDeploymentResult withDeploymentId(String deploymentId)
The identifier for the deployment.
deploymentId
- The identifier for the deployment.public void setDeploymentStatus(String deploymentStatus)
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
deploymentStatus
- The status of the deployment: PENDING, FAILED, or SUCCEEDED.DeploymentStatus
public String getDeploymentStatus()
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
DeploymentStatus
public GetDeploymentResult withDeploymentStatus(String deploymentStatus)
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
deploymentStatus
- The status of the deployment: PENDING, FAILED, or SUCCEEDED.DeploymentStatus
public GetDeploymentResult withDeploymentStatus(DeploymentStatus deploymentStatus)
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
deploymentStatus
- The status of the deployment: PENDING, FAILED, or SUCCEEDED.DeploymentStatus
public void setDeploymentStatusMessage(String deploymentStatusMessage)
May contain additional feedback on the status of an API deployment.
deploymentStatusMessage
- May contain additional feedback on the status of an API deployment.public String getDeploymentStatusMessage()
May contain additional feedback on the status of an API deployment.
public GetDeploymentResult withDeploymentStatusMessage(String deploymentStatusMessage)
May contain additional feedback on the status of an API deployment.
deploymentStatusMessage
- May contain additional feedback on the status of an API deployment.public void setDescription(String description)
The description for the deployment.
description
- The description for the deployment.public String getDescription()
The description for the deployment.
public GetDeploymentResult withDescription(String description)
The description for the deployment.
description
- The description for the deployment.public String toString()
toString
in class Object
Object.toString()
public GetDeploymentResult clone()