@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSetImportConfig extends Object implements Serializable, Cloneable, StructuredPojo
Identifies one or more data sets you want to import with the CreateDataSetImportTask operation.
Constructor and Description |
---|
DataSetImportConfig() |
Modifier and Type | Method and Description |
---|---|
DataSetImportConfig |
clone() |
boolean |
equals(Object obj) |
List<DataSetImportItem> |
getDataSets()
The data sets.
|
String |
getS3Location()
The Amazon S3 location of the data sets.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataSets(Collection<DataSetImportItem> dataSets)
The data sets.
|
void |
setS3Location(String s3Location)
The Amazon S3 location of the data sets.
|
String |
toString()
Returns a string representation of this object.
|
DataSetImportConfig |
withDataSets(Collection<DataSetImportItem> dataSets)
The data sets.
|
DataSetImportConfig |
withDataSets(DataSetImportItem... dataSets)
The data sets.
|
DataSetImportConfig |
withS3Location(String s3Location)
The Amazon S3 location of the data sets.
|
public List<DataSetImportItem> getDataSets()
The data sets.
public void setDataSets(Collection<DataSetImportItem> dataSets)
The data sets.
dataSets
- The data sets.public DataSetImportConfig withDataSets(DataSetImportItem... dataSets)
The data sets.
NOTE: This method appends the values to the existing list (if any). Use
setDataSets(java.util.Collection)
or withDataSets(java.util.Collection)
if you want to override
the existing values.
dataSets
- The data sets.public DataSetImportConfig withDataSets(Collection<DataSetImportItem> dataSets)
The data sets.
dataSets
- The data sets.public void setS3Location(String s3Location)
The Amazon S3 location of the data sets.
s3Location
- The Amazon S3 location of the data sets.public String getS3Location()
The Amazon S3 location of the data sets.
public DataSetImportConfig withS3Location(String s3Location)
The Amazon S3 location of the data sets.
s3Location
- The Amazon S3 location of the data sets.public String toString()
toString
in class Object
Object.toString()
public DataSetImportConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.