Class AWSLocation
- java.lang.Object
-
- software.amazon.awssdk.services.networkmanager.model.AWSLocation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AWSLocation.Builder,AWSLocation>
@Generated("software.amazon.awssdk:codegen") public final class AWSLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AWSLocation.Builder,AWSLocation>
Specifies a location in Amazon Web Services.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAWSLocation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AWSLocation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AWSLocation.Builder>serializableBuilderClass()StringsubnetArn()The Amazon Resource Name (ARN) of the subnet that the device is located in.AWSLocation.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringzone()The Zone that the device is located in.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
zone
public 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.
- Returns:
- The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
-
subnetArn
public final String subnetArn()
The Amazon Resource Name (ARN) of the subnet that the device is located in.
- Returns:
- The Amazon Resource Name (ARN) of the subnet that the device is located in.
-
toBuilder
public AWSLocation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AWSLocation.Builder,AWSLocation>
-
builder
public static AWSLocation.Builder builder()
-
serializableBuilderClass
public static Class<? extends AWSLocation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-