@Generated(value="software.amazon.awssdk:codegen") public final class Subnet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Subnet.Builder,Subnet>
This data type is used as a response element for the DescribeDBSubnetGroups operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Subnet.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Subnet.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 Subnet.Builder> |
serializableBuilderClass() |
AvailabilityZone |
subnetAvailabilityZone()
Returns the value of the SubnetAvailabilityZone property for this object.
|
String |
subnetIdentifier()
The identifier of the subnet.
|
Outpost |
subnetOutpost()
If the subnet is associated with an Outpost, this value specifies the Outpost.
|
String |
subnetStatus()
The status of the subnet.
|
Subnet.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 the subnet.
public final AvailabilityZone subnetAvailabilityZone()
public final Outpost subnetOutpost()
If the subnet is associated with an Outpost, this value specifies the Outpost.
For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.
For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.
public final String subnetStatus()
The status of the subnet.
public Subnet.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Subnet.Builder,Subnet>public static Subnet.Builder builder()
public static Class<? extends Subnet.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.