public class EnvironmentResourcesDescription
extends java.lang.Object
implements java.io.Serializable
Describes the AWS resources in use by this environment. This data is not live data.
| コンストラクタと説明 |
|---|
EnvironmentResourcesDescription() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object