Class GetDeploymentConfigResult

    • Constructor Detail

      • GetDeploymentConfigResult

        public GetDeploymentConfigResult()
    • Method Detail

      • 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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object