Class EnvironmentResourcesDescription
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.EnvironmentResourcesDescription
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the AWS resources in use by this environment. This data is not live data.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Describes the LoadBalancer.int
hashCode()
void
setLoadBalancer
(LoadBalancerDescription loadBalancer) Describes the LoadBalancer.toString()
Returns a string representation of this object; useful for testing and debugging.withLoadBalancer
(LoadBalancerDescription loadBalancer) Describes the LoadBalancer.
-
Constructor Details
-
EnvironmentResourcesDescription
public EnvironmentResourcesDescription()
-
-
Method Details
-
setLoadBalancer
Describes the LoadBalancer.
- Parameters:
loadBalancer
- Describes the LoadBalancer.
-
getLoadBalancer
Describes the LoadBalancer.
- Returns:
- Describes the LoadBalancer.
-
withLoadBalancer
Describes the LoadBalancer.
- Parameters:
loadBalancer
- Describes the LoadBalancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-