@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ELBInfo extends Object implements Serializable, Cloneable
Information about a load balancer in Elastic Load Balancing to use in a blue/green deployment.
Constructor and Description |
---|
ELBInfo() |
Modifier and Type | Method and Description |
---|---|
ELBInfo |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the load balancer that will be used to route traffic from original instances to replacement instances
in a blue/green deployment.
|
int |
hashCode() |
void |
setName(String name)
The name of the load balancer that will be used to route traffic from original instances to replacement instances
in a blue/green deployment.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ELBInfo |
withName(String name)
The name of the load balancer that will be used to route traffic from original instances to replacement instances
in a blue/green deployment.
|
public void setName(String name)
The name of the load balancer that will be used to route traffic from original instances to replacement instances in a blue/green deployment.
name
- The name of the load balancer that will be used to route traffic from original instances to replacement
instances in a blue/green deployment.public String getName()
The name of the load balancer that will be used to route traffic from original instances to replacement instances in a blue/green deployment.
public ELBInfo withName(String name)
The name of the load balancer that will be used to route traffic from original instances to replacement instances in a blue/green deployment.
name
- The name of the load balancer that will be used to route traffic from original instances to replacement
instances in a blue/green deployment.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.