@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ELBInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about a load balancer in Elastic Load Balancing to use in a deployment. Instances are registered directly with a load balancer, and traffic is routed to the load balancer.
Constructor and Description |
---|
ELBInfo() |
Modifier and Type | Method and Description |
---|---|
ELBInfo |
clone() |
boolean |
equals(Object obj) |
String |
getName()
For blue/green deployments, 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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
For blue/green deployments, 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)
For blue/green deployments, 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)
For blue/green deployments, the name of the load balancer that will be used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.
name
- For blue/green deployments, the name of the load balancer that will be used to route traffic from original
instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the
load balancer that instances are deregistered from, so they are not serving traffic during a deployment,
and then re-registered with after the deployment completes.public String getName()
For blue/green deployments, the name of the load balancer that will be used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.
public ELBInfo withName(String name)
For blue/green deployments, the name of the load balancer that will be used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.
name
- For blue/green deployments, the name of the load balancer that will be used to route traffic from original
instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the
load balancer that instances are deregistered from, so they are not serving traffic during a deployment,
and then re-registered with after the deployment completes.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.