@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClassicLoadBalancer extends Object implements Serializable, Cloneable
Describes a Classic Load Balancer.
Constructor and Description |
---|
ClassicLoadBalancer() |
Modifier and Type | Method and Description |
---|---|
ClassicLoadBalancer |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the load balancer.
|
int |
hashCode() |
void |
setName(String name)
The name of the load balancer.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ClassicLoadBalancer |
withName(String name)
The name of the load balancer.
|
public void setName(String name)
The name of the load balancer.
name
- The name of the load balancer.public String getName()
The name of the load balancer.
public ClassicLoadBalancer withName(String name)
The name of the load balancer.
name
- The name of the load balancer.public String toString()
toString
in class Object
Object.toString()
public ClassicLoadBalancer clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.