@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoMLDataSource extends Object implements Serializable, Cloneable, StructuredPojo
The data source for the AutoPilot job.
| Constructor and Description |
|---|
AutoMLDataSource() |
| Modifier and Type | Method and Description |
|---|---|
AutoMLDataSource |
clone() |
boolean |
equals(Object obj) |
AutoMLS3DataSource |
getS3DataSource()
The Amazon S3 location of the data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3DataSource(AutoMLS3DataSource s3DataSource)
The Amazon S3 location of the data.
|
String |
toString()
Returns a string representation of this object.
|
AutoMLDataSource |
withS3DataSource(AutoMLS3DataSource s3DataSource)
The Amazon S3 location of the data.
|
public void setS3DataSource(AutoMLS3DataSource s3DataSource)
The Amazon S3 location of the data.
s3DataSource - The Amazon S3 location of the data.public AutoMLS3DataSource getS3DataSource()
The Amazon S3 location of the data.
public AutoMLDataSource withS3DataSource(AutoMLS3DataSource s3DataSource)
The Amazon S3 location of the data.
s3DataSource - The Amazon S3 location of the data.public String toString()
toString in class ObjectObject.toString()public AutoMLDataSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.