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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnvironmentResourcesDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvironmentResourcesDescription
clone()
boolean
equals(Object obj)
LoadBalancerDescription
getLoadBalancer()
Describes the LoadBalancer.int
hashCode()
void
setLoadBalancer(LoadBalancerDescription loadBalancer)
Describes the LoadBalancer.String
toString()
Returns a string representation of this object; useful for testing and debugging.EnvironmentResourcesDescription
withLoadBalancer(LoadBalancerDescription loadBalancer)
Describes the LoadBalancer.
-
-
-
Method Detail
-
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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public EnvironmentResourcesDescription clone()
-
-