StructuredPojo
, ToCopyableBuilder<Region.Builder,Region>
@Generated("software.amazon.awssdk:codegen") public class Region extends Object implements StructuredPojo, ToCopyableBuilder<Region.Builder,Region>
Describes the AWS Region.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Region.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<AvailabilityZone> |
availabilityZones() |
The Availability Zones.
|
static Region.Builder |
builder() |
|
String |
continentCode() |
The continent code (e.g.,
NA , meaning North America). |
String |
description() |
The description of the AWS Region (e.g.,
This region is recommended to serve users in the eastern United States and eastern Canada ). |
String |
displayName() |
The display name (e.g.,
Virginia ). |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The region name (e.g.,
us-east-1 ). |
static Class<? extends Region.Builder> |
serializableBuilderClass() |
|
Region.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String continentCode()
The continent code (e.g., NA
, meaning North America).
NA
, meaning North America).public String description()
The description of the AWS Region (e.g.,
This region is recommended to serve users in the eastern United States and eastern Canada
).
This region is recommended to serve users in the eastern United States and eastern Canada
).public String displayName()
The display name (e.g., Virginia
).
Virginia
).public String name()
The region name (e.g., us-east-1
).
us-east-1
).RegionName
public List<AvailabilityZone> availabilityZones()
The Availability Zones. Follows the format us-east-1a
(case-sensitive).
us-east-1a
(case-sensitive).public Region.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Region.Builder,Region>
public static Region.Builder builder()
public static Class<? extends Region.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.