public class ApplySecurityGroupsToLoadBalancerResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ApplySecurityGroupsToLoadBalancerResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getSecurityGroups()
The IDs of the security groups associated with the load balancer.
|
int |
hashCode() |
void |
setSecurityGroups(java.util.Collection<java.lang.String> securityGroups)
The IDs of the security groups associated with the load balancer.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ApplySecurityGroupsToLoadBalancerResult |
withSecurityGroups(java.util.Collection<java.lang.String> securityGroups)
The IDs of the security groups associated with the load balancer.
|
ApplySecurityGroupsToLoadBalancerResult |
withSecurityGroups(java.lang.String... securityGroups)
The IDs of the security groups associated with the load balancer.
|
public ApplySecurityGroupsToLoadBalancerResult()
public java.util.List<java.lang.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(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.