Class EC2SecurityGroup
java.lang.Object
software.amazon.awssdk.services.rds.model.EC2SecurityGroup
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EC2SecurityGroup.Builder,EC2SecurityGroup>
@Generated("software.amazon.awssdk:codegen")
public final class EC2SecurityGroup
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<EC2SecurityGroup.Builder,EC2SecurityGroup>
This data type is used as a response element in the following actions:
-
AuthorizeDBSecurityGroupIngress -
DescribeDBSecurityGroups -
RevokeDBSecurityGroupIngress
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic EC2SecurityGroup.Builderbuilder()final StringSpecifies the id of the EC2 security group.final StringSpecifies the name of the EC2 security group.final StringSpecifies the Amazon Web Services ID of the owner of the EC2 security group specified in theEC2SecurityGroupNamefield.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends EC2SecurityGroup.Builder>final Stringstatus()Provides the status of the EC2 security group.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
status
Provides the status of the EC2 security group. Status can be "authorizing", "authorized", "revoking", and "revoked".
- Returns:
- Provides the status of the EC2 security group. Status can be "authorizing", "authorized", "revoking", and "revoked".
-
ec2SecurityGroupName
Specifies the name of the EC2 security group.
- Returns:
- Specifies the name of the EC2 security group.
-
ec2SecurityGroupId
Specifies the id of the EC2 security group.
- Returns:
- Specifies the id of the EC2 security group.
-
ec2SecurityGroupOwnerId
Specifies the Amazon Web Services ID of the owner of the EC2 security group specified in the
EC2SecurityGroupNamefield.- Returns:
- Specifies the Amazon Web Services ID of the owner of the EC2 security group specified in the
EC2SecurityGroupNamefield.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<EC2SecurityGroup.Builder,EC2SecurityGroup>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-