@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoMLS3DataSource extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon S3 data source.
Constructor and Description |
---|
AutoMLS3DataSource() |
Modifier and Type | Method and Description |
---|---|
AutoMLS3DataSource |
clone() |
boolean |
equals(Object obj) |
String |
getS3DataType()
The data type.
|
String |
getS3Uri()
The URL to the Amazon S3 data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3DataType(String s3DataType)
The data type.
|
void |
setS3Uri(String s3Uri)
The URL to the Amazon S3 data source.
|
String |
toString()
Returns a string representation of this object.
|
AutoMLS3DataSource |
withS3DataType(AutoMLS3DataType s3DataType)
The data type.
|
AutoMLS3DataSource |
withS3DataType(String s3DataType)
The data type.
|
AutoMLS3DataSource |
withS3Uri(String s3Uri)
The URL to the Amazon S3 data source.
|
public void setS3DataType(String s3DataType)
The data type.
s3DataType
- The data type.AutoMLS3DataType
public String getS3DataType()
The data type.
AutoMLS3DataType
public AutoMLS3DataSource withS3DataType(String s3DataType)
The data type.
s3DataType
- The data type.AutoMLS3DataType
public AutoMLS3DataSource withS3DataType(AutoMLS3DataType s3DataType)
The data type.
s3DataType
- The data type.AutoMLS3DataType
public void setS3Uri(String s3Uri)
The URL to the Amazon S3 data source.
s3Uri
- The URL to the Amazon S3 data source.public String getS3Uri()
The URL to the Amazon S3 data source.
public AutoMLS3DataSource withS3Uri(String s3Uri)
The URL to the Amazon S3 data source.
s3Uri
- The URL to the Amazon S3 data source.public String toString()
toString
in class Object
Object.toString()
public AutoMLS3DataSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.