@Generated(value="software.amazon.awssdk:codegen") public class SecurityGroupReference extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<SecurityGroupReference.Builder,SecurityGroupReference>
Describes a VPC with a security group that references your security group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SecurityGroupReference.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SecurityGroupReference.Builder |
builder() |
boolean |
equals(Object obj) |
String |
groupId()
The ID of your security group.
|
int |
hashCode() |
String |
referencingVpcId()
The ID of the VPC with the referencing security group.
|
static Class<? extends SecurityGroupReference.Builder> |
serializableBuilderClass() |
SecurityGroupReference.Builder |
toBuilder() |
String |
toString() |
String |
vpcPeeringConnectionId()
The ID of the VPC peering connection.
|
public String groupId()
The ID of your security group.
public String referencingVpcId()
The ID of the VPC with the referencing security group.
public String vpcPeeringConnectionId()
The ID of the VPC peering connection.
public SecurityGroupReference.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<SecurityGroupReference.Builder,SecurityGroupReference>public static SecurityGroupReference.Builder builder()
public static Class<? extends SecurityGroupReference.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.