| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.SourceSecurityGroup
public class SourceSecurityGroup
This data type is used as a response element in the DescribeLoadBalancers action. For information about Elastic Load Balancing security groups, go to Using Security Groups With Elastic Load Balancing in the Elastic Load Balancing Developer Guide .
| Constructor Summary | |
|---|---|
SourceSecurityGroup()
 | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(java.lang.Object obj)
 | 
 java.lang.String | 
getGroupName()
Name of the source security group.  | 
 java.lang.String | 
getOwnerAlias()
Owner of the source security group.  | 
 int | 
hashCode()
 | 
 void | 
setGroupName(java.lang.String groupName)
Name of the source security group.  | 
 void | 
setOwnerAlias(java.lang.String ownerAlias)
Owner of the source security group.  | 
 java.lang.String | 
toString()
Returns a string representation of this object; useful for testing and debugging.  | 
 SourceSecurityGroup | 
withGroupName(java.lang.String groupName)
Name of the source security group.  | 
 SourceSecurityGroup | 
withOwnerAlias(java.lang.String ownerAlias)
Owner of the source security group.  | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public SourceSecurityGroup()
| Method Detail | 
|---|
public java.lang.String getOwnerAlias()
--source-group-user parameter of the
 ec2-authorize command in the Amazon EC2 command line
 tool.
--source-group-user parameter of the
         ec2-authorize command in the Amazon EC2 command line
         tool.public void setOwnerAlias(java.lang.String ownerAlias)
--source-group-user parameter of the
 ec2-authorize command in the Amazon EC2 command line
 tool.
ownerAlias - Owner of the source security group. Use this value for the
         --source-group-user parameter of the
         ec2-authorize command in the Amazon EC2 command line
         tool.public SourceSecurityGroup withOwnerAlias(java.lang.String ownerAlias)
--source-group-user parameter of the
 ec2-authorize command in the Amazon EC2 command line
 tool.
 Returns a reference to this object so that method calls can be chained together.
ownerAlias - Owner of the source security group. Use this value for the
         --source-group-user parameter of the
         ec2-authorize command in the Amazon EC2 command line
         tool.
public java.lang.String getGroupName()
--source-group parameter of the
 ec2-authorize command in the Amazon EC2 command line
 tool.
--source-group parameter of the
         ec2-authorize command in the Amazon EC2 command line
         tool.public void setGroupName(java.lang.String groupName)
--source-group parameter of the
 ec2-authorize command in the Amazon EC2 command line
 tool.
groupName - Name of the source security group. Use this value for the
         --source-group parameter of the
         ec2-authorize command in the Amazon EC2 command line
         tool.public SourceSecurityGroup withGroupName(java.lang.String groupName)
--source-group parameter of the
 ec2-authorize command in the Amazon EC2 command line
 tool.
 Returns a reference to this object so that method calls can be chained together.
groupName - Name of the source security group. Use this value for the
         --source-group parameter of the
         ec2-authorize command in the Amazon EC2 command line
         tool.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||