@Generated(value="software.amazon.awssdk:codegen") public final class DataSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataSet.Builder,DataSet>
Defines a data set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataSet.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataSet.Builder |
builder() |
String |
datasetName()
The logical identifier for a specific data set (in mainframe format).
|
DatasetOrgAttributes |
datasetOrg()
The type of dataset.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RecordLength |
recordLength()
The length of a record.
|
String |
relativePath()
The relative location of the data set in the database or file system.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataSet.Builder> |
serializableBuilderClass() |
String |
storageType()
The storage type of the data set: database or file system.
|
DataSet.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datasetName()
The logical identifier for a specific data set (in mainframe format).
public final DatasetOrgAttributes datasetOrg()
The type of dataset. The only supported value is VSAM.
public final RecordLength recordLength()
The length of a record.
public final String relativePath()
The relative location of the data set in the database or file system.
public final String storageType()
The storage type of the data set: database or file system. For Micro Focus, database corresponds to datastore and file system corresponds to EFS/FSX. For Blu Age, there is no support of file system and database corresponds to Blusam.
public DataSet.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataSet.Builder,DataSet>public static DataSet.Builder builder()
public static Class<? extends DataSet.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.