@Generated(value="software.amazon.awssdk:codegen") public final class DataSetEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataSetEntry.Builder,DataSetEntry>
A data set is an AWS resource with one or more revisions.
Modifier and Type | Class and Description |
---|---|
static interface |
DataSetEntry.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The ARN for the data set.
|
AssetType |
assetType()
The type of file your data is stored in.
|
String |
assetTypeAsString()
The type of file your data is stored in.
|
static DataSetEntry.Builder |
builder() |
Instant |
createdAt()
The date and time that the data set was created, in ISO 8601 format.
|
String |
description()
The description for the data set.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier for the data set.
|
String |
name()
The name of the data set.
|
Origin |
origin()
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
String |
originAsString()
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
OriginDetails |
originDetails()
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataSetEntry.Builder> |
serializableBuilderClass() |
String |
sourceId()
The data set ID of the owned data set corresponding to the entitled data set being viewed.
|
DataSetEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The date and time that the data set was last updated, in ISO 8601 format.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String arn()
The ARN for the data set.
public final AssetType assetType()
The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.
If the service returns an enum value that is not available in the current SDK version, assetType
will
return AssetType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
assetTypeAsString()
.
AssetType
public final String assetTypeAsString()
The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.
If the service returns an enum value that is not available in the current SDK version, assetType
will
return AssetType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
assetTypeAsString()
.
AssetType
public final Instant createdAt()
The date and time that the data set was created, in ISO 8601 format.
public final String description()
The description for the data set.
public final String id()
The unique identifier for the data set.
public final String name()
The name of the data set.
public final Origin origin()
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
If the service returns an enum value that is not available in the current SDK version, origin
will
return Origin.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
originAsString()
.
Origin
public final String originAsString()
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
If the service returns an enum value that is not available in the current SDK version, origin
will
return Origin.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
originAsString()
.
Origin
public final OriginDetails originDetails()
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
public final String sourceId()
The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.
public final Instant updatedAt()
The date and time that the data set was last updated, in ISO 8601 format.
public DataSetEntry.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DataSetEntry.Builder,DataSetEntry>
public static DataSetEntry.Builder builder()
public static Class<? extends DataSetEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.