@Generated(value="software.amazon.awssdk:codegen") public final class Subnet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Subnet.Builder,Subnet>
Represents the subnet associated with a cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with ElastiCache.
| 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()
The Availability Zone associated with the subnet.
|
String |
subnetIdentifier()
The unique identifier for the subnet.
|
SubnetOutpost |
subnetOutpost()
The outpost ARN 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 unique identifier for the subnet.
public final AvailabilityZone subnetAvailabilityZone()
The Availability Zone associated with the subnet.
public final SubnetOutpost subnetOutpost()
The outpost ARN 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 © 2021. All rights reserved.