public class KinesisAnalyticsInputPreprocessingResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
KinesisAnalyticsInputPreprocessingResponse.Record |
static class |
KinesisAnalyticsInputPreprocessingResponse.Result |
| Modifier and Type | Field and Description |
|---|---|
List<KinesisAnalyticsInputPreprocessingResponse.Record> |
records |
| Constructor and Description |
|---|
KinesisAnalyticsInputPreprocessingResponse() |
KinesisAnalyticsInputPreprocessingResponse(List<KinesisAnalyticsInputPreprocessingResponse.Record> records) |
| Modifier and Type | Method and Description |
|---|---|
List<KinesisAnalyticsInputPreprocessingResponse.Record> |
getRecords() |
void |
setRecords(List<KinesisAnalyticsInputPreprocessingResponse.Record> records) |
public List<KinesisAnalyticsInputPreprocessingResponse.Record> records
public KinesisAnalyticsInputPreprocessingResponse()
public KinesisAnalyticsInputPreprocessingResponse(List<KinesisAnalyticsInputPreprocessingResponse.Record> records)
public List<KinesisAnalyticsInputPreprocessingResponse.Record> getRecords()
public void setRecords(List<KinesisAnalyticsInputPreprocessingResponse.Record> records)
Copyright © 2020. All rights reserved.