com.amazonaws.services.elasticloadbalancing.model
Class ApplySecurityGroupsToLoadBalancerResult

java.lang.Object
  extended by com.amazonaws.services.elasticloadbalancing.model.ApplySecurityGroupsToLoadBalancerResult
All Implemented Interfaces:
Serializable

public class ApplySecurityGroupsToLoadBalancerResult
extends Object
implements Serializable

The out for the ApplySecurityGroupsToLoadBalancer action.

See Also:
Serialized Form

Constructor Summary
ApplySecurityGroupsToLoadBalancerResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getSecurityGroups()
          A list of security group IDs associated with your load balancer.
 int hashCode()
           
 void setSecurityGroups(Collection<String> securityGroups)
          A list of security group IDs associated with your load balancer.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ApplySecurityGroupsToLoadBalancerResult withSecurityGroups(Collection<String> securityGroups)
          A list of security group IDs associated with your load balancer.
 ApplySecurityGroupsToLoadBalancerResult withSecurityGroups(String... securityGroups)
          A list of security group IDs associated with your load balancer.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplySecurityGroupsToLoadBalancerResult

public ApplySecurityGroupsToLoadBalancerResult()
Method Detail

getSecurityGroups

public List<String> getSecurityGroups()
A list of security group IDs associated with your load balancer.

Returns:
A list of security group IDs associated with your load balancer.

setSecurityGroups

public void setSecurityGroups(Collection<String> securityGroups)
A list of security group IDs associated with your load balancer.

Parameters:
securityGroups - A list of security group IDs associated with your load balancer.

withSecurityGroups

public ApplySecurityGroupsToLoadBalancerResult withSecurityGroups(String... securityGroups)
A list of security group IDs associated with your load balancer.

Returns a reference to this object so that method calls can be chained together.

Parameters:
securityGroups - A list of security group IDs associated with your load balancer.
Returns:
A reference to this updated object so that method calls can be chained together.

withSecurityGroups

public ApplySecurityGroupsToLoadBalancerResult withSecurityGroups(Collection<String> securityGroups)
A list of security group IDs associated with your load balancer.

Returns a reference to this object so that method calls can be chained together.

Parameters:
securityGroups - A list of security group IDs associated with your load balancer.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.