|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticbeanstalk.model.EnvironmentResourcesDescription
public class EnvironmentResourcesDescription
Describes the AWS resources in use by this environment. This data is not live data.
| Constructor Summary | |
|---|---|
EnvironmentResourcesDescription()
|
|
| Method Summary | |
|---|---|
LoadBalancerDescription |
getLoadBalancer()
Describes the LoadBalancer. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EnvironmentResourcesDescription()
| Method Detail |
|---|
public LoadBalancerDescription getLoadBalancer()
public void setLoadBalancer(LoadBalancerDescription loadBalancer)
loadBalancer - Describes the LoadBalancer.public EnvironmentResourcesDescription withLoadBalancer(LoadBalancerDescription loadBalancer)
Returns a reference to this object so that method calls can be chained together.
loadBalancer - Describes the LoadBalancer.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||