@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetDetailOrgAttributes 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 |
---|
DatasetDetailOrgAttributes() |
Modifier and Type | Method and Description |
---|---|
DatasetDetailOrgAttributes |
clone() |
boolean |
equals(Object obj) |
GdgDetailAttributes |
getGdg()
The generation data group of the data set.
|
PoDetailAttributes |
getPo()
The details of a PO type data set.
|
PsDetailAttributes |
getPs()
The details of a PS type data set.
|
VsamDetailAttributes |
getVsam()
The details of a VSAM data set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGdg(GdgDetailAttributes gdg)
The generation data group of the data set.
|
void |
setPo(PoDetailAttributes po)
The details of a PO type data set.
|
void |
setPs(PsDetailAttributes ps)
The details of a PS type data set.
|
void |
setVsam(VsamDetailAttributes vsam)
The details of a VSAM data set.
|
String |
toString()
Returns a string representation of this object.
|
DatasetDetailOrgAttributes |
withGdg(GdgDetailAttributes gdg)
The generation data group of the data set.
|
DatasetDetailOrgAttributes |
withPo(PoDetailAttributes po)
The details of a PO type data set.
|
DatasetDetailOrgAttributes |
withPs(PsDetailAttributes ps)
The details of a PS type data set.
|
DatasetDetailOrgAttributes |
withVsam(VsamDetailAttributes vsam)
The details of a VSAM data set.
|
public void setGdg(GdgDetailAttributes gdg)
The generation data group of the data set.
gdg
- The generation data group of the data set.public GdgDetailAttributes getGdg()
The generation data group of the data set.
public DatasetDetailOrgAttributes withGdg(GdgDetailAttributes gdg)
The generation data group of the data set.
gdg
- The generation data group of the data set.public void setPo(PoDetailAttributes po)
The details of a PO type data set.
po
- The details of a PO type data set.public PoDetailAttributes getPo()
The details of a PO type data set.
public DatasetDetailOrgAttributes withPo(PoDetailAttributes po)
The details of a PO type data set.
po
- The details of a PO type data set.public void setPs(PsDetailAttributes ps)
The details of a PS type data set.
ps
- The details of a PS type data set.public PsDetailAttributes getPs()
The details of a PS type data set.
public DatasetDetailOrgAttributes withPs(PsDetailAttributes ps)
The details of a PS type data set.
ps
- The details of a PS type data set.public void setVsam(VsamDetailAttributes vsam)
The details of a VSAM data set.
vsam
- The details of a VSAM data set.public VsamDetailAttributes getVsam()
The details of a VSAM data set.
public DatasetDetailOrgAttributes withVsam(VsamDetailAttributes 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 DatasetDetailOrgAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.