@Generated(value="software.amazon.awssdk:codegen") public final class ResourceUri extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceUri.Builder,ResourceUri>
The URIs for function resources.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceUri.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceUri.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResourceType |
resourceType()
The type of the resource.
|
String |
resourceTypeAsString()
The type of the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceUri.Builder> |
serializableBuilderClass() |
ResourceUri.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
uri()
The URI for accessing the resource.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResourceType resourceType()
The type of the resource.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic final String resourceTypeAsString()
The type of the resource.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic final String uri()
The URI for accessing the resource.
public ResourceUri.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceUri.Builder,ResourceUri>public static ResourceUri.Builder builder()
public static Class<? extends ResourceUri.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.