@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSetImportItem extends Object implements Serializable, Cloneable, StructuredPojo
Identifies a specific data set to import from an external location.
Constructor and Description |
---|
DataSetImportItem() |
Modifier and Type | Method and Description |
---|---|
DataSetImportItem |
clone() |
boolean |
equals(Object obj) |
DataSet |
getDataSet()
The data set.
|
ExternalLocation |
getExternalLocation()
The location of the data set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataSet(DataSet dataSet)
The data set.
|
void |
setExternalLocation(ExternalLocation externalLocation)
The location of the data set.
|
String |
toString()
Returns a string representation of this object.
|
DataSetImportItem |
withDataSet(DataSet dataSet)
The data set.
|
DataSetImportItem |
withExternalLocation(ExternalLocation externalLocation)
The location of the data set.
|
public void setDataSet(DataSet dataSet)
The data set.
dataSet
- The data set.public DataSet getDataSet()
The data set.
public DataSetImportItem withDataSet(DataSet dataSet)
The data set.
dataSet
- The data set.public void setExternalLocation(ExternalLocation externalLocation)
The location of the data set.
externalLocation
- The location of the data set.public ExternalLocation getExternalLocation()
The location of the data set.
public DataSetImportItem withExternalLocation(ExternalLocation externalLocation)
The location of the data set.
externalLocation
- The location of the data set.public String toString()
toString
in class Object
Object.toString()
public DataSetImportItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.