@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; useful for testing and debugging.
|
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 Object
Object.toString()
public EnvironmentResourcesDescription clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.