StructuredPojo
, ToCopyableBuilder<AvailabilityZone.Builder,AvailabilityZone>
@Generated("software.amazon.awssdk:codegen") public class AvailabilityZone extends Object implements StructuredPojo, ToCopyableBuilder<AvailabilityZone.Builder,AvailabilityZone>
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 . |
String |
name() |
The name of the availability zone.
|
static Class<? extends AvailabilityZone.Builder> |
serializableBuilderClass() |
|
AvailabilityZone.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String name()
The name 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.