@Generated(value="software.amazon.awssdk:codegen") public final class ImageLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImageLocation.Builder,ImageLocation>
Contains an image that is uploaded to IoT SiteWise and available at a URL.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImageLocation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImageLocation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the image.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImageLocation.Builder> |
serializableBuilderClass() |
ImageLocation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
The URL where the image is available.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The ID of the image.
public final String url()
The URL where the image is available. The URL is valid for 15 minutes so that you can view and download the image
public ImageLocation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImageLocation.Builder,ImageLocation>public static ImageLocation.Builder builder()
public static Class<? extends ImageLocation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.