Class CreateLoadBalancerPolicyRequest

    • Constructor Detail

      • CreateLoadBalancerPolicyRequest

        public CreateLoadBalancerPolicyRequest()
    • Method Detail

      • setLoadBalancerName

        public void setLoadBalancerName​(String loadBalancerName)

        The name of the load balancer.

        Parameters:
        loadBalancerName - The name of the load balancer.
      • getLoadBalancerName

        public String getLoadBalancerName()

        The name of the load balancer.

        Returns:
        The name of the load balancer.
      • withLoadBalancerName

        public CreateLoadBalancerPolicyRequest withLoadBalancerName​(String loadBalancerName)

        The name of the load balancer.

        Parameters:
        loadBalancerName - The name of the load balancer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPolicyName

        public void setPolicyName​(String policyName)

        The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

        Parameters:
        policyName - The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.
      • getPolicyName

        public String getPolicyName()

        The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

        Returns:
        The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.
      • withPolicyName

        public CreateLoadBalancerPolicyRequest withPolicyName​(String policyName)

        The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

        Parameters:
        policyName - The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getPolicyAttributes

        public List<PolicyAttribute> getPolicyAttributes()

        The attributes for the policy.

        Returns:
        The attributes for the policy.
      • setPolicyAttributes

        public void setPolicyAttributes​(Collection<PolicyAttribute> policyAttributes)

        The attributes for the policy.

        Parameters:
        policyAttributes - The attributes for the policy.
      • withPolicyAttributes

        public CreateLoadBalancerPolicyRequest withPolicyAttributes​(Collection<PolicyAttribute> policyAttributes)

        The attributes for the policy.

        Parameters:
        policyAttributes - The attributes for the policy.
        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