@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetOrgAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Additional details about the data set. Different attributes correspond to different data set organizations. The values are populated based on datasetOrg, storageType and backend (Blu Age or Micro Focus).
Constructor and Description |
---|
DatasetOrgAttributes() |
Modifier and Type | Method and Description |
---|---|
DatasetOrgAttributes |
clone() |
boolean |
equals(Object obj) |
GdgAttributes |
getGdg()
The generation data group of the data set.
|
PoAttributes |
getPo()
The details of a PO type data set.
|
PsAttributes |
getPs()
The details of a PS type data set.
|
VsamAttributes |
getVsam()
The details of a VSAM data set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGdg(GdgAttributes gdg)
The generation data group of the data set.
|
void |
setPo(PoAttributes po)
The details of a PO type data set.
|
void |
setPs(PsAttributes ps)
The details of a PS type data set.
|
void |
setVsam(VsamAttributes vsam)
The details of a VSAM data set.
|
String |
toString()
Returns a string representation of this object.
|
DatasetOrgAttributes |
withGdg(GdgAttributes gdg)
The generation data group of the data set.
|
DatasetOrgAttributes |
withPo(PoAttributes po)
The details of a PO type data set.
|
DatasetOrgAttributes |
withPs(PsAttributes ps)
The details of a PS type data set.
|
DatasetOrgAttributes |
withVsam(VsamAttributes vsam)
The details of a VSAM data set.
|
public void setGdg(GdgAttributes gdg)
The generation data group of the data set.
gdg
- The generation data group of the data set.public GdgAttributes getGdg()
The generation data group of the data set.
public DatasetOrgAttributes withGdg(GdgAttributes gdg)
The generation data group of the data set.
gdg
- The generation data group of the data set.public void setPo(PoAttributes po)
The details of a PO type data set.
po
- The details of a PO type data set.public PoAttributes getPo()
The details of a PO type data set.
public DatasetOrgAttributes withPo(PoAttributes po)
The details of a PO type data set.
po
- The details of a PO type data set.public void setPs(PsAttributes ps)
The details of a PS type data set.
ps
- The details of a PS type data set.public PsAttributes getPs()
The details of a PS type data set.
public DatasetOrgAttributes withPs(PsAttributes ps)
The details of a PS type data set.
ps
- The details of a PS type data set.public void setVsam(VsamAttributes vsam)
The details of a VSAM data set.
vsam
- The details of a VSAM data set.public VsamAttributes getVsam()
The details of a VSAM data set.
public DatasetOrgAttributes withVsam(VsamAttributes vsam)
The details of a VSAM data set.
vsam
- The details of a VSAM data set.public String toString()
toString
in class Object
Object.toString()
public DatasetOrgAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.