Class SourceSecurityGroup
java.lang.Object
com.amazonaws.services.elasticloadbalancing.model.SourceSecurityGroup
- All Implemented Interfaces:
Serializable
,Cloneable
Information about a source security group.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the security group.The owner of the security group.int
hashCode()
void
setGroupName
(String groupName) The name of the security group.void
setOwnerAlias
(String ownerAlias) The owner of the security group.toString()
Returns a string representation of this object; useful for testing and debugging.withGroupName
(String groupName) The name of the security group.withOwnerAlias
(String ownerAlias) The owner of the security group.
-
Constructor Details
-
SourceSecurityGroup
public SourceSecurityGroup()
-
-
Method Details
-
setOwnerAlias
The owner of the security group.
- Parameters:
ownerAlias
- The owner of the security group.
-
getOwnerAlias
The owner of the security group.
- Returns:
- The owner of the security group.
-
withOwnerAlias
The owner of the security group.
- Parameters:
ownerAlias
- The owner of the security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setGroupName
The name of the security group.
- Parameters:
groupName
- The name of the security group.
-
getGroupName
The name of the security group.
- Returns:
- The name of the security group.
-
withGroupName
The name of the security group.
- Parameters:
groupName
- The name of the security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-