@Generated(value="software.amazon.awssdk:codegen") public final class Location extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Location.Builder,Location>
Information about an AWS Direct Connect location.
Modifier and Type | Class and Description |
---|---|
static interface |
Location.Builder |
Modifier and Type | Method and Description |
---|---|
static Location.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
locationCode()
The code for the location.
|
String |
locationName()
The name of the location.
|
String |
region()
The AWS Region for the location.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Location.Builder> |
serializableBuilderClass() |
Location.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String locationCode()
The code for the location.
public String locationName()
The name of the location. This includes the name of the colocation partner and the physical site of the building.
public String region()
The AWS Region for the location.
public Location.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Location.Builder,Location>
public static Location.Builder builder()
public static Class<? extends Location.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.