@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 |
getCcsid()
The CCSID of the data set.
|
String |
getFormat()
The format of the data set.
|
Integer |
getLength()
The length of the data set.
|
String |
getName()
The name of the data set.
|
String |
getType()
The type of the data set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCcsid(String ccsid)
The CCSID of the data set.
|
void |
setFormat(String format)
The format of the data set.
|
void |
setLength(Integer length)
The length of the data set.
|
void |
setName(String name)
The name of the data set.
|
void |
setType(String type)
The type of the data set.
|
String |
toString()
Returns a string representation of this object.
|
DataSet |
withCcsid(String ccsid)
The CCSID of the data set.
|
DataSet |
withFormat(Format format)
The format of the data set.
|
DataSet |
withFormat(String format)
The format of the data set.
|
DataSet |
withLength(Integer length)
The length of the data set.
|
DataSet |
withName(String name)
The name of the data set.
|
DataSet |
withType(DataSetType type)
The type of the data set.
|
DataSet |
withType(String type)
The type of the data set.
|
public void setType(String type)
The type of the data set.
type
- The type of the data set.DataSetType
public String getType()
The type of the data set.
DataSetType
public DataSet withType(String type)
The type of the data set.
type
- The type of the data set.DataSetType
public DataSet withType(DataSetType type)
The type of the data set.
type
- The type of the data set.DataSetType
public void setName(String name)
The name of the data set.
name
- The name of the data set.public String getName()
The name of the data set.
public DataSet withName(String name)
The name of the data set.
name
- The name of the data set.public void setCcsid(String ccsid)
The CCSID of the data set.
ccsid
- The CCSID of the data set.public String getCcsid()
The CCSID of the data set.
public DataSet withCcsid(String ccsid)
The CCSID of the data set.
ccsid
- The CCSID of the data set.public void setFormat(String format)
The format of the data set.
format
- The format of the data set.Format
public String getFormat()
The format of the data set.
Format
public DataSet withFormat(String format)
The format of the data set.
format
- The format of the data set.Format
public DataSet withFormat(Format format)
The format of the data set.
format
- The format of the data set.Format
public void setLength(Integer length)
The length of the data set.
length
- The length of the data set.public Integer getLength()
The length of the data set.
public DataSet withLength(Integer length)
The length of the data set.
length
- The length of the data set.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.