@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetSecurityGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SetSecurityGroupsResult() |
Modifier and Type | Method and Description |
---|---|
SetSecurityGroupsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getSecurityGroupIds()
The IDs of the security groups associated with the load balancer.
|
int |
hashCode() |
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
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.
|
SetSecurityGroupsResult |
withSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups associated with the load balancer.
|
SetSecurityGroupsResult |
withSecurityGroupIds(String... securityGroupIds)
The IDs of the security groups associated with the load balancer.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getSecurityGroupIds()
The IDs of the security groups associated with the load balancer.
public void setSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups associated with the load balancer.
securityGroupIds
- The IDs of the security groups associated with the load balancer.public SetSecurityGroupsResult withSecurityGroupIds(String... securityGroupIds)
The IDs of the security groups associated with the load balancer.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupIds(java.util.Collection)
or withSecurityGroupIds(java.util.Collection)
if you
want to override the existing values.
securityGroupIds
- The IDs of the security groups associated with the load balancer.public SetSecurityGroupsResult withSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups associated with the load balancer.
securityGroupIds
- The IDs of the security groups associated with the load balancer.public String toString()
toString
in class Object
Object.toString()
public SetSecurityGroupsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.