@Generated(value="software.amazon.awssdk:codegen") public final class DatasetContentVersionValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetContentVersionValue.Builder,DatasetContentVersionValue>
The data set whose latest contents will be used as input to the notebook or application.
Modifier and Type | Class and Description |
---|---|
static interface |
DatasetContentVersionValue.Builder |
Modifier and Type | Method and Description |
---|---|
static DatasetContentVersionValue.Builder |
builder() |
String |
datasetName()
The name of the data set whose latest contents will be used as input to the notebook or application.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetContentVersionValue.Builder> |
serializableBuilderClass() |
DatasetContentVersionValue.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String datasetName()
The name of the data set whose latest contents will be used as input to the notebook or application.
public DatasetContentVersionValue.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DatasetContentVersionValue.Builder,DatasetContentVersionValue>
public static DatasetContentVersionValue.Builder builder()
public static Class<? extends DatasetContentVersionValue.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.