Class URL
- java.lang.Object
-
- software.amazon.awssdk.services.auditmanager.model.URL
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<URL.Builder,URL>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceURL.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static URL.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhyperlinkName()The name or word that's used as a hyperlink to the URL.Stringlink()The unique identifier for the internet resource.List<SdkField<?>>sdkFields()static Class<? extends URL.Builder>serializableBuilderClass()URL.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
hyperlinkName
public final String hyperlinkName()
The name or word that's used as a hyperlink to the URL.
- Returns:
- The name or word that's used as a hyperlink to the URL.
-
link
public final String link()
The unique identifier for the internet resource.
- Returns:
- The unique identifier for the internet resource.
-
toBuilder
public URL.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<URL.Builder,URL>
-
builder
public static URL.Builder builder()
-
serializableBuilderClass
public static Class<? extends URL.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.
-
-