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