ToCopyableBuilder<Subnet.Builder,Subnet>
@Generated("software.amazon.awssdk:codegen") public class Subnet extends Object implements ToCopyableBuilder<Subnet.Builder,Subnet>
This data type is used as a response element in the DescribeDBSubnetGroups action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Subnet.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Subnet.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends Subnet.Builder> |
serializableBuilderClass() |
|
AvailabilityZone |
subnetAvailabilityZone() |
|
String |
subnetIdentifier() |
Specifies the identifier of the subnet.
|
String |
subnetStatus() |
Specifies 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() |
public String subnetIdentifier()
Specifies the identifier of the subnet.
public AvailabilityZone subnetAvailabilityZone()
public String subnetStatus()
Specifies 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.