Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elasticbeanstalk.model
Class EnvironmentResourcesDescription

java.lang.Object
  extended by com.amazonaws.services.elasticbeanstalk.model.EnvironmentResourcesDescription
All Implemented Interfaces:
Serializable

public class EnvironmentResourcesDescription
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
EnvironmentResourcesDescription()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnvironmentResourcesDescription

public EnvironmentResourcesDescription()
Method Detail

getLoadBalancer

public LoadBalancerDescription getLoadBalancer()
Describes the LoadBalancer.

Returns:
Describes the LoadBalancer.

setLoadBalancer

public void setLoadBalancer(LoadBalancerDescription loadBalancer)
Describes the LoadBalancer.

Parameters:
loadBalancer - Describes the LoadBalancer.

withLoadBalancer

public EnvironmentResourcesDescription withLoadBalancer(LoadBalancerDescription loadBalancer)
Describes the LoadBalancer.

Returns a reference to this object so that method calls can be chained together.

Parameters:
loadBalancer - Describes the LoadBalancer.
Returns:
A reference to this updated 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:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.