Class ModifyLoadBalancerAttributesResult

java.lang.Object
com.amazonaws.services.elasticloadbalancing.model.ModifyLoadBalancerAttributesResult
All Implemented Interfaces:
Serializable, Cloneable

public class ModifyLoadBalancerAttributesResult extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • ModifyLoadBalancerAttributesResult

      public ModifyLoadBalancerAttributesResult()
  • Method Details

    • 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 ModifyLoadBalancerAttributesResult 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.
    • setLoadBalancerAttributes

      public void setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
      Parameters:
      loadBalancerAttributes -
    • getLoadBalancerAttributes

      public LoadBalancerAttributes getLoadBalancerAttributes()
      Returns:
    • withLoadBalancerAttributes

      public ModifyLoadBalancerAttributesResult withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
      Parameters:
      loadBalancerAttributes -
      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

      Overrides:
      clone in class Object