@Generated(value="software.amazon.awssdk:codegen") public final class AWSLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AWSLocation.Builder,AWSLocation>
Specifies a location in Amazon Web Services.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AWSLocation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AWSLocation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AWSLocation.Builder> |
serializableBuilderClass() |
String |
subnetArn()
The Amazon Resource Name (ARN) of the subnet that the device is located in.
|
AWSLocation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
zone()
The Zone that the device is located in.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String zone()
The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
public final String subnetArn()
The Amazon Resource Name (ARN) of the subnet that the device is located in.
public AWSLocation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AWSLocation.Builder,AWSLocation>public static AWSLocation.Builder builder()
public static Class<? extends AWSLocation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.