Class GetDeploymentConfigResult

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

public class GetDeploymentConfigResult extends Object implements Serializable, Cloneable

Represents the output of a get deployment configuration operation.

See Also:
  • Constructor Details

    • GetDeploymentConfigResult

      public GetDeploymentConfigResult()
  • Method Details

    • setDeploymentConfigInfo

      public void setDeploymentConfigInfo(DeploymentConfigInfo deploymentConfigInfo)

      Information about the deployment configuration.

      Parameters:
      deploymentConfigInfo - Information about the deployment configuration.
    • getDeploymentConfigInfo

      public DeploymentConfigInfo getDeploymentConfigInfo()

      Information about the deployment configuration.

      Returns:
      Information about the deployment configuration.
    • withDeploymentConfigInfo

      public GetDeploymentConfigResult withDeploymentConfigInfo(DeploymentConfigInfo deploymentConfigInfo)

      Information about the deployment configuration.

      Parameters:
      deploymentConfigInfo - Information about the deployment configuration.
      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 GetDeploymentConfigResult clone()
      Overrides:
      clone in class Object