Class GetDeploymentResult

java.lang.Object
com.amazonaws.services.codedeploy.model.GetDeploymentResult
All Implemented Interfaces:
Serializable, Cloneable

public class GetDeploymentResult extends Object implements Serializable, Cloneable

Represents the output of a get deployment operation.

See Also:
  • Constructor Details

    • GetDeploymentResult

      public GetDeploymentResult()
  • Method Details

    • setDeploymentInfo

      public void setDeploymentInfo(DeploymentInfo deploymentInfo)

      Information about the deployment.

      Parameters:
      deploymentInfo - Information about the deployment.
    • getDeploymentInfo

      public DeploymentInfo getDeploymentInfo()

      Information about the deployment.

      Returns:
      Information about the deployment.
    • withDeploymentInfo

      public GetDeploymentResult withDeploymentInfo(DeploymentInfo deploymentInfo)

      Information about the deployment.

      Parameters:
      deploymentInfo - Information about the deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public GetDeploymentResult clone()
      Overrides:
      clone in class Object