public class EnvironmentResourcesDescription
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Describes the AWS resources in use by this environment. This data is not live data.
Modifier and Type | Field and Description |
---|---|
private LoadBalancerDescription |
loadBalancer
Describes the LoadBalancer.
|
Constructor and Description |
---|
EnvironmentResourcesDescription() |
Modifier and Type | Method and Description |
---|---|
EnvironmentResourcesDescription |
clone() |
boolean |
equals(java.lang.Object obj) |
LoadBalancerDescription |
getLoadBalancer()
Describes the LoadBalancer.
|
int |
hashCode() |
void |
setLoadBalancer(LoadBalancerDescription loadBalancer)
Describes the LoadBalancer.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EnvironmentResourcesDescription |
withLoadBalancer(LoadBalancerDescription loadBalancer)
Describes the LoadBalancer.
|
private 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public EnvironmentResourcesDescription clone()
clone
in class java.lang.Object