Class PolicyTypeDescription

    • Constructor Detail

      • PolicyTypeDescription

        public PolicyTypeDescription()
    • Method Detail

      • setPolicyTypeName

        public void setPolicyTypeName​(String policyTypeName)

        The name of the policy type.

        Parameters:
        policyTypeName - The name of the policy type.
      • getPolicyTypeName

        public String getPolicyTypeName()

        The name of the policy type.

        Returns:
        The name of the policy type.
      • withPolicyTypeName

        public PolicyTypeDescription withPolicyTypeName​(String policyTypeName)

        The name of the policy type.

        Parameters:
        policyTypeName - The name of the policy type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription​(String description)

        A description of the policy type.

        Parameters:
        description - A description of the policy type.
      • getDescription

        public String getDescription()

        A description of the policy type.

        Returns:
        A description of the policy type.
      • withDescription

        public PolicyTypeDescription withDescription​(String description)

        A description of the policy type.

        Parameters:
        description - A description of the policy type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getPolicyAttributeTypeDescriptions

        public List<PolicyAttributeTypeDescription> getPolicyAttributeTypeDescriptions()

        The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

        Returns:
        The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
      • setPolicyAttributeTypeDescriptions

        public void setPolicyAttributeTypeDescriptions​(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)

        The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

        Parameters:
        policyAttributeTypeDescriptions - The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
      • withPolicyAttributeTypeDescriptions

        public PolicyTypeDescription withPolicyAttributeTypeDescriptions​(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)

        The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

        Parameters:
        policyAttributeTypeDescriptions - The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
        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