@Generated(value="software.amazon.awssdk:codegen") public final class AwsRdsDbSubnetGroupSubnet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRdsDbSubnetGroupSubnet.Builder,AwsRdsDbSubnetGroupSubnet>
Information about a subnet in a subnet group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsRdsDbSubnetGroupSubnet.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsRdsDbSubnetGroupSubnet.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsRdsDbSubnetGroupSubnet.Builder> |
serializableBuilderClass() |
AwsRdsDbSubnetGroupSubnetAvailabilityZone |
subnetAvailabilityZone()
Information about the Availability Zone for a subnet in the subnet group.
|
String |
subnetIdentifier()
The identifier of a subnet in the subnet group.
|
String |
subnetStatus()
The status of a subnet in the subnet group.
|
AwsRdsDbSubnetGroupSubnet.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String subnetIdentifier()
The identifier of a subnet in the subnet group.
public final AwsRdsDbSubnetGroupSubnetAvailabilityZone subnetAvailabilityZone()
Information about the Availability Zone for a subnet in the subnet group.
public final String subnetStatus()
The status of a subnet in the subnet group.
public AwsRdsDbSubnetGroupSubnet.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsRdsDbSubnetGroupSubnet.Builder,AwsRdsDbSubnetGroupSubnet>public static AwsRdsDbSubnetGroupSubnet.Builder builder()
public static Class<? extends AwsRdsDbSubnetGroupSubnet.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.