@Generated(value="software.amazon.awssdk:codegen") public class ResourceUri extends Object implements StructuredPojo, ToCopyableBuilder<ResourceUri.Builder,ResourceUri>
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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
ResourceType |
resourceType()
The type of the resource.
|
String |
resourceTypeAsString()
The type of the resource.
|
static Class<? extends ResourceUri.Builder> |
serializableBuilderClass() |
ResourceUri.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
uri()
The URI for accessing the resource.
|
copypublic 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 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 String uri()
The URI for accessing the resource.
public ResourceUri.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ResourceUri.Builder,ResourceUri>public static ResourceUri.Builder builder()
public static Class<? extends ResourceUri.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.