Class EnvironmentResourcesDescription

java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.EnvironmentResourcesDescription
All Implemented Interfaces:
Serializable, Cloneable

public class EnvironmentResourcesDescription extends Object implements Serializable, Cloneable

Describes the AWS resources in use by this environment. This data is not live data.

See Also:
  • Constructor Details

    • EnvironmentResourcesDescription

      public EnvironmentResourcesDescription()
  • Method Details

    • setLoadBalancer

      public void setLoadBalancer(LoadBalancerDescription loadBalancer)

      Describes the LoadBalancer.

      Parameters:
      loadBalancer - Describes the LoadBalancer.
    • getLoadBalancer

      public LoadBalancerDescription getLoadBalancer()

      Describes the LoadBalancer.

      Returns:
      Describes the LoadBalancer.
    • withLoadBalancer

      public EnvironmentResourcesDescription withLoadBalancer(LoadBalancerDescription loadBalancer)

      Describes the LoadBalancer.

      Parameters:
      loadBalancer - Describes the LoadBalancer.
      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