@Generated(value="software.amazon.awssdk:codegen") public final class Resource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Resource.Builder,Resource>
The details of a provisioned resource of this Amazon DataZone environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Resource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Resource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of a provisioned resource of this Amazon DataZone environment.
|
String |
provider()
The provider of a provisioned resource of this Amazon DataZone environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Resource.Builder> |
serializableBuilderClass() |
Resource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of a provisioned resource of this Amazon DataZone environment.
|
String |
value()
The value of a provisioned resource of this Amazon DataZone environment.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of a provisioned resource of this Amazon DataZone environment.
public final String provider()
The provider of a provisioned resource of this Amazon DataZone environment.
public final String type()
The type of a provisioned resource of this Amazon DataZone environment.
public final String value()
The value of a provisioned resource of this Amazon DataZone environment.
public Resource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Resource.Builder,Resource>public static Resource.Builder builder()
public static Class<? extends Resource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.