public class ApplySecurityGroupsToLoadBalancerResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ApplySecurityGroupsToLoadBalancerResult() |
| Modifier and Type | Method and Description |
|---|---|
ApplySecurityGroupsToLoadBalancerResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getSecurityGroups()
The IDs of the security groups associated with the load balancer.
|
int |
hashCode() |
void |
setSecurityGroups(Collection<String> securityGroups)
The IDs of the security groups associated with the load balancer.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ApplySecurityGroupsToLoadBalancerResult |
withSecurityGroups(Collection<String> securityGroups)
The IDs of the security groups associated with the load balancer.
|
ApplySecurityGroupsToLoadBalancerResult |
withSecurityGroups(String... securityGroups)
The IDs of the security groups associated with the load balancer.
|
public ApplySecurityGroupsToLoadBalancerResult()
public List<String> getSecurityGroups()
public void setSecurityGroups(Collection<String> securityGroups)
securityGroups - The IDs of the security groups associated with the load balancer.public ApplySecurityGroupsToLoadBalancerResult withSecurityGroups(String... securityGroups)
NOTE: This method appends the values to the existing list (if
any). Use setSecurityGroups(java.util.Collection) or withSecurityGroups(java.util.Collection) if you want to override the
existing values.
Returns a reference to this object so that method calls can be chained together.
securityGroups - The IDs of the security groups associated with the load balancer.public ApplySecurityGroupsToLoadBalancerResult withSecurityGroups(Collection<String> securityGroups)
Returns a reference to this object so that method calls can be chained together.
securityGroups - The IDs of the security groups associated with the load balancer.public String toString()
toString in class ObjectObject.toString()public ApplySecurityGroupsToLoadBalancerResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.