Class GetDeploymentGroupResult

    • Constructor Detail

      • GetDeploymentGroupResult

        public GetDeploymentGroupResult()
    • Method Detail

      • setDeploymentGroupInfo

        public void setDeploymentGroupInfo​(DeploymentGroupInfo deploymentGroupInfo)

        Information about the deployment group.

        Parameters:
        deploymentGroupInfo - Information about the deployment group.
      • getDeploymentGroupInfo

        public DeploymentGroupInfo getDeploymentGroupInfo()

        Information about the deployment group.

        Returns:
        Information about the deployment group.
      • withDeploymentGroupInfo

        public GetDeploymentGroupResult withDeploymentGroupInfo​(DeploymentGroupInfo deploymentGroupInfo)

        Information about the deployment group.

        Parameters:
        deploymentGroupInfo - Information about the deployment group.
        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