@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSet extends Object implements Serializable, Cloneable, StructuredPojo
Defines a data set.
Constructor and Description |
---|
DataSet() |
Modifier and Type | Method and Description |
---|---|
DataSet |
clone() |
boolean |
equals(Object obj) |
String |
getDatasetName()
The logical identifier for a specific data set (in mainframe format).
|
DatasetOrgAttributes |
getDatasetOrg()
The type of dataset.
|
RecordLength |
getRecordLength()
The length of a record.
|
String |
getRelativePath()
The relative location of the data set in the database or file system.
|
String |
getStorageType()
The storage type of the data set: database or file system.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDatasetName(String datasetName)
The logical identifier for a specific data set (in mainframe format).
|
void |
setDatasetOrg(DatasetOrgAttributes datasetOrg)
The type of dataset.
|
void |
setRecordLength(RecordLength recordLength)
The length of a record.
|
void |
setRelativePath(String relativePath)
The relative location of the data set in the database or file system.
|
void |
setStorageType(String storageType)
The storage type of the data set: database or file system.
|
String |
toString()
Returns a string representation of this object.
|
DataSet |
withDatasetName(String datasetName)
The logical identifier for a specific data set (in mainframe format).
|
DataSet |
withDatasetOrg(DatasetOrgAttributes datasetOrg)
The type of dataset.
|
DataSet |
withRecordLength(RecordLength recordLength)
The length of a record.
|
DataSet |
withRelativePath(String relativePath)
The relative location of the data set in the database or file system.
|
DataSet |
withStorageType(String storageType)
The storage type of the data set: database or file system.
|
public void setDatasetName(String datasetName)
The logical identifier for a specific data set (in mainframe format).
datasetName
- The logical identifier for a specific data set (in mainframe format).public String getDatasetName()
The logical identifier for a specific data set (in mainframe format).
public DataSet withDatasetName(String datasetName)
The logical identifier for a specific data set (in mainframe format).
datasetName
- The logical identifier for a specific data set (in mainframe format).public void setDatasetOrg(DatasetOrgAttributes datasetOrg)
The type of dataset. The only supported value is VSAM.
datasetOrg
- The type of dataset. The only supported value is VSAM.public DatasetOrgAttributes getDatasetOrg()
The type of dataset. The only supported value is VSAM.
public DataSet withDatasetOrg(DatasetOrgAttributes datasetOrg)
The type of dataset. The only supported value is VSAM.
datasetOrg
- The type of dataset. The only supported value is VSAM.public void setRecordLength(RecordLength recordLength)
The length of a record.
recordLength
- The length of a record.public RecordLength getRecordLength()
The length of a record.
public DataSet withRecordLength(RecordLength recordLength)
The length of a record.
recordLength
- The length of a record.public void setRelativePath(String relativePath)
The relative location of the data set in the database or file system.
relativePath
- The relative location of the data set in the database or file system.public String getRelativePath()
The relative location of the data set in the database or file system.
public DataSet withRelativePath(String relativePath)
The relative location of the data set in the database or file system.
relativePath
- The relative location of the data set in the database or file system.public void setStorageType(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.
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 String getStorageType()
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 withStorageType(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.
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 String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.