@Generated(value="software.amazon.awssdk:codegen") public final class Subnet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Subnet.Builder,Subnet>
Describes a subnet.
| 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()
|
String |
subnetIdentifier()
The identifier of the subnet.
|
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 String subnetIdentifier()
The identifier of the subnet.
public AvailabilityZone subnetAvailabilityZone()
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.