StructuredPojo
, ToCopyableBuilder<Subnet.Builder,Subnet>
@Generated("software.amazon.awssdk:codegen") public class Subnet extends Object implements StructuredPojo, ToCopyableBuilder<Subnet.Builder,Subnet>
Represents the subnet associated with a DAX cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with DAX.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Subnet.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Subnet.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends Subnet.Builder> |
serializableBuilderClass() |
|
String |
subnetAvailabilityZone() |
The Availability Zone (AZ) for subnet subnet.
|
String |
subnetIdentifier() |
The system-assigned identifier for 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()
The system-assigned identifier for the subnet.
public String subnetAvailabilityZone()
The Availability Zone (AZ) for subnet 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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.