@Generated(value="software.amazon.awssdk:codegen") public class Subnet extends Object implements StructuredPojo, 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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() |
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Subnet.Builder,Subnet>public static Subnet.Builder builder()
public static Class<? extends Subnet.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.