Class AwsEc2NetworkAclAssociation
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsEc2NetworkAclAssociation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsEc2NetworkAclAssociation.Builder,AwsEc2NetworkAclAssociation>
@Generated("software.amazon.awssdk:codegen") public final class AwsEc2NetworkAclAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEc2NetworkAclAssociation.Builder,AwsEc2NetworkAclAssociation>
An association between the network ACL and a subnet.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsEc2NetworkAclAssociation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsEc2NetworkAclAssociation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnetworkAclAssociationId()The identifier of the association between the network ACL and the subnet.StringnetworkAclId()The identifier of the network ACL.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsEc2NetworkAclAssociation.Builder>serializableBuilderClass()StringsubnetId()The identifier of the subnet that is associated with the network ACL.AwsEc2NetworkAclAssociation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
networkAclAssociationId
public final String networkAclAssociationId()
The identifier of the association between the network ACL and the subnet.
- Returns:
- The identifier of the association between the network ACL and the subnet.
-
networkAclId
public final String networkAclId()
The identifier of the network ACL.
- Returns:
- The identifier of the network ACL.
-
subnetId
public final String subnetId()
The identifier of the subnet that is associated with the network ACL.
- Returns:
- The identifier of the subnet that is associated with the network ACL.
-
toBuilder
public AwsEc2NetworkAclAssociation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsEc2NetworkAclAssociation.Builder,AwsEc2NetworkAclAssociation>
-
builder
public static AwsEc2NetworkAclAssociation.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsEc2NetworkAclAssociation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-