public class SecurityGroupReference extends Object implements Serializable
Constructor and Description |
---|
SecurityGroupReference() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getGroupId()
The ID of your security group.
|
String |
getReferencingVpcId()
The ID of the VPC with the referencing security group.
|
String |
getVpcPeeringConnectionId()
The ID of the VPC peering connection.
|
int |
hashCode() |
void |
setGroupId(String groupId)
The ID of your security group.
|
void |
setReferencingVpcId(String referencingVpcId)
The ID of the VPC with the referencing security group.
|
void |
setVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection.
|
String |
toString() |
public void setGroupId(String groupId)
The ID of your security group.
groupId
- The ID of your security group.public String getGroupId()
The ID of your security group.
public void setReferencingVpcId(String referencingVpcId)
The ID of the VPC with the referencing security group.
referencingVpcId
- The ID of the VPC with the referencing security group.public String getReferencingVpcId()
The ID of the VPC with the referencing security group.
public void setVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection.
vpcPeeringConnectionId
- The ID of the VPC peering connection.public String getVpcPeeringConnectionId()
The ID of the VPC peering connection.
Copyright © 2010–2020. All rights reserved.