@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GdgAttributes extends Object implements Serializable, Cloneable, StructuredPojo
The required attributes for a generation data group data set. A generation data set is one of a collection of successive, historically related, catalogued data sets that together are known as a generation data group (GDG). Use this structure when you want to import a GDG. For more information on GDG, see Generation data sets.
Constructor and Description |
---|
GdgAttributes() |
Modifier and Type | Method and Description |
---|---|
GdgAttributes |
clone() |
boolean |
equals(Object obj) |
Integer |
getLimit()
The maximum number of generation data sets, up to 255, in a GDG.
|
String |
getRollDisposition()
The disposition of the data set in the catalog.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLimit(Integer limit)
The maximum number of generation data sets, up to 255, in a GDG.
|
void |
setRollDisposition(String rollDisposition)
The disposition of the data set in the catalog.
|
String |
toString()
Returns a string representation of this object.
|
GdgAttributes |
withLimit(Integer limit)
The maximum number of generation data sets, up to 255, in a GDG.
|
GdgAttributes |
withRollDisposition(String rollDisposition)
The disposition of the data set in the catalog.
|
public void setLimit(Integer limit)
The maximum number of generation data sets, up to 255, in a GDG.
limit
- The maximum number of generation data sets, up to 255, in a GDG.public Integer getLimit()
The maximum number of generation data sets, up to 255, in a GDG.
public GdgAttributes withLimit(Integer limit)
The maximum number of generation data sets, up to 255, in a GDG.
limit
- The maximum number of generation data sets, up to 255, in a GDG.public void setRollDisposition(String rollDisposition)
The disposition of the data set in the catalog.
rollDisposition
- The disposition of the data set in the catalog.public String getRollDisposition()
The disposition of the data set in the catalog.
public GdgAttributes withRollDisposition(String rollDisposition)
The disposition of the data set in the catalog.
rollDisposition
- The disposition of the data set in the catalog.public String toString()
toString
in class Object
Object.toString()
public GdgAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.