StructuredPojo
, ToCopyableBuilder<AvailabilityZone.Builder,AvailabilityZone>
@Generated("software.amazon.awssdk:codegen") public class AvailabilityZone extends Object implements StructuredPojo, ToCopyableBuilder<AvailabilityZone.Builder,AvailabilityZone>
Describes an Availability Zone.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AvailabilityZone.Builder |
Modifier and Type | Method | Description |
---|---|---|
static AvailabilityZone.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends AvailabilityZone.Builder> |
serializableBuilderClass() |
|
String |
state() |
The state of the Availability Zone.
|
AvailabilityZone.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
zoneName() |
The name of the Availability Zone.
|
public String zoneName()
The name of the Availability Zone. The format is us-east-1a
(case-sensitive).
us-east-1a
(case-sensitive).public String state()
The state of the Availability Zone.
public AvailabilityZone.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AvailabilityZone.Builder,AvailabilityZone>
public static AvailabilityZone.Builder builder()
public static Class<? extends AvailabilityZone.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.