@Generated(value="software.amazon.awssdk:codegen") public final class URL extends Object implements SdkPojo, Serializable, ToCopyableBuilder<URL.Builder,URL>
Short for uniform resource locator. A URL is used as a unique identifier to locate a resource on the internet.
| Modifier and Type | Class and Description |
|---|---|
static interface |
URL.Builder |
| Modifier and Type | Method and Description |
|---|---|
static URL.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hyperlinkName()
The name or word that's used as a hyperlink to the URL.
|
String |
link()
The unique identifier for the internet resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends URL.Builder> |
serializableBuilderClass() |
URL.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String hyperlinkName()
The name or word that's used as a hyperlink to the URL.
public final String link()
The unique identifier for the internet resource.
public URL.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<URL.Builder,URL>public static URL.Builder builder()
public static Class<? extends URL.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.