public class StaleSecurityGroup extends Object implements Serializable
Constructor and Description |
---|
StaleSecurityGroup() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription()
The description of the security group.
|
String |
getGroupId()
The ID of the security group.
|
String |
getGroupName()
The name of the security group.
|
List<StaleIpPermission> |
getStaleIpPermissions()
Information about the stale inbound rules in the security group.
|
List<StaleIpPermission> |
getStaleIpPermissionsEgress()
Information about the stale outbound rules in the security group.
|
String |
getVpcId()
The ID of the VPC for the security group.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the security group.
|
void |
setGroupId(String groupId)
The ID of the security group.
|
void |
setGroupName(String groupName)
The name of the security group.
|
void |
setStaleIpPermissions(Collection<StaleIpPermission> staleIpPermissions)
Information about the stale inbound rules in the security group.
|
void |
setStaleIpPermissionsEgress(Collection<StaleIpPermission> staleIpPermissionsEgress)
Information about the stale outbound rules in the security group.
|
void |
setVpcId(String vpcId)
The ID of the VPC for the security group.
|
String |
toString() |
public void setGroupId(String groupId)
The ID of the security group.
groupId
- The ID of the security group.public String getGroupId()
The ID of the security group.
public void setGroupName(String groupName)
The name of the security group.
groupName
- The name of the security group.public String getGroupName()
The name of the security group.
public void setDescription(String description)
The description of the security group.
description
- The description of the security group.public String getDescription()
The description of the security group.
public void setVpcId(String vpcId)
The ID of the VPC for the security group.
vpcId
- The ID of the VPC for the security group.public String getVpcId()
The ID of the VPC for the security group.
public List<StaleIpPermission> getStaleIpPermissions()
Information about the stale inbound rules in the security group.
public void setStaleIpPermissions(Collection<StaleIpPermission> staleIpPermissions)
Information about the stale inbound rules in the security group.
staleIpPermissions
- Information about the stale inbound rules in the security group.public List<StaleIpPermission> getStaleIpPermissionsEgress()
Information about the stale outbound rules in the security group.
public void setStaleIpPermissionsEgress(Collection<StaleIpPermission> staleIpPermissionsEgress)
Information about the stale outbound rules in the security group.
staleIpPermissionsEgress
- Information about the stale outbound rules in the security group.Copyright © 2010–2020. All rights reserved.