@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoadBalancerInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about the load balancer used in a blue/green deployment.
Constructor and Description |
---|
LoadBalancerInfo() |
Modifier and Type | Method and Description |
---|---|
LoadBalancerInfo |
clone() |
boolean |
equals(Object obj) |
List<ELBInfo> |
getElbInfoList()
An array containing information about the load balancer in Elastic Load Balancing to use in a blue/green
deployment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setElbInfoList(Collection<ELBInfo> elbInfoList)
An array containing information about the load balancer in Elastic Load Balancing to use in a blue/green
deployment.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LoadBalancerInfo |
withElbInfoList(Collection<ELBInfo> elbInfoList)
An array containing information about the load balancer in Elastic Load Balancing to use in a blue/green
deployment.
|
LoadBalancerInfo |
withElbInfoList(ELBInfo... elbInfoList)
An array containing information about the load balancer in Elastic Load Balancing to use in a blue/green
deployment.
|
public List<ELBInfo> getElbInfoList()
An array containing information about the load balancer in Elastic Load Balancing to use in a blue/green deployment.
public void setElbInfoList(Collection<ELBInfo> elbInfoList)
An array containing information about the load balancer in Elastic Load Balancing to use in a blue/green deployment.
elbInfoList
- An array containing information about the load balancer in Elastic Load Balancing to use in a blue/green
deployment.public LoadBalancerInfo withElbInfoList(ELBInfo... elbInfoList)
An array containing information about the load balancer in Elastic Load Balancing to use in a blue/green deployment.
NOTE: This method appends the values to the existing list (if any). Use
setElbInfoList(java.util.Collection)
or withElbInfoList(java.util.Collection)
if you want to
override the existing values.
elbInfoList
- An array containing information about the load balancer in Elastic Load Balancing to use in a blue/green
deployment.public LoadBalancerInfo withElbInfoList(Collection<ELBInfo> elbInfoList)
An array containing information about the load balancer in Elastic Load Balancing to use in a blue/green deployment.
elbInfoList
- An array containing information about the load balancer in Elastic Load Balancing to use in a blue/green
deployment.public String toString()
toString
in class Object
Object.toString()
public LoadBalancerInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2017. All rights reserved.