@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentResourcesDescription extends Object implements Serializable, Cloneable
Describes the AWS resources in use by this environment. This data is not live data.
| Constructor and Description |
|---|
EnvironmentResourcesDescription() |
| Modifier and Type | Method and 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.
|
EnvironmentResourcesDescription |
withLoadBalancer(LoadBalancerDescription loadBalancer)
Describes the LoadBalancer.
|
public void setLoadBalancer(LoadBalancerDescription loadBalancer)
Describes the LoadBalancer.
loadBalancer - Describes the LoadBalancer.public LoadBalancerDescription getLoadBalancer()
Describes the LoadBalancer.
public EnvironmentResourcesDescription withLoadBalancer(LoadBalancerDescription loadBalancer)
Describes the LoadBalancer.
loadBalancer - Describes the LoadBalancer.public String toString()
toString in class ObjectObject.toString()public EnvironmentResourcesDescription clone()