@Generated(value="software.amazon.awssdk:codegen") public final class Subnet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Subnet.Builder,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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Subnet.Builder> |
serializableBuilderClass() |
AvailabilityZone |
subnetAvailabilityZone()
The Availability Zone of the subnet.
|
String |
subnetIdentifier()
The subnet identifier.
|
String |
subnetStatus()
The status of the subnet.
|
Subnet.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String subnetIdentifier()
The subnet identifier.
public AvailabilityZone subnetAvailabilityZone()
The Availability Zone of the subnet.
public String subnetStatus()
The status of the subnet.
public Subnet.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Subnet.Builder,Subnet>
public static Subnet.Builder builder()
public static Class<? extends Subnet.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.