@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimeSeriesIdentifiers extends Object implements Serializable, Cloneable, StructuredPojo
Details about the import file that contains the time series for which you want to create forecasts.
Constructor and Description |
---|
TimeSeriesIdentifiers() |
Modifier and Type | Method and Description |
---|---|
TimeSeriesIdentifiers |
clone() |
boolean |
equals(Object obj) |
DataSource |
getDataSource() |
String |
getFormat()
The format of the data, either CSV or PARQUET.
|
Schema |
getSchema() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataSource(DataSource dataSource) |
void |
setFormat(String format)
The format of the data, either CSV or PARQUET.
|
void |
setSchema(Schema schema) |
String |
toString()
Returns a string representation of this object.
|
TimeSeriesIdentifiers |
withDataSource(DataSource dataSource) |
TimeSeriesIdentifiers |
withFormat(String format)
The format of the data, either CSV or PARQUET.
|
TimeSeriesIdentifiers |
withSchema(Schema schema) |
public void setDataSource(DataSource dataSource)
dataSource
- public DataSource getDataSource()
public TimeSeriesIdentifiers withDataSource(DataSource dataSource)
dataSource
- public void setSchema(Schema schema)
schema
- public Schema getSchema()
public TimeSeriesIdentifiers withSchema(Schema schema)
schema
- public void setFormat(String format)
The format of the data, either CSV or PARQUET.
format
- The format of the data, either CSV or PARQUET.public String getFormat()
The format of the data, either CSV or PARQUET.
public TimeSeriesIdentifiers withFormat(String format)
The format of the data, either CSV or PARQUET.
format
- The format of the data, either CSV or PARQUET.public String toString()
toString
in class Object
Object.toString()
public TimeSeriesIdentifiers clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.