public class ApplySecurityGroupsToLoadBalancerResult extends Object implements Serializable
Contains the output of ApplySecurityGroupsToLoadBalancer.
| Constructor and Description |
|---|
ApplySecurityGroupsToLoadBalancerResult() |
| Modifier and Type | Method and Description |
|---|---|
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()
The IDs of the security groups associated with the load balancer.
The IDs of the security groups associated with the load balancer.
public void setSecurityGroups(Collection<String> securityGroups)
The IDs of the security groups associated with the load balancer.
securityGroups - The IDs of the security groups associated with the load balancer.
public ApplySecurityGroupsToLoadBalancerResult withSecurityGroups(String... securityGroups)
The IDs of the security groups associated with the load balancer.
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)
The IDs of the security groups associated with the load balancer.
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()Copyright © 2018. All rights reserved.