public static class KinesisAnalyticsOutputDeliveryResponse.Record extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
recordId |
KinesisAnalyticsOutputDeliveryResponse.Result |
result |
Constructor and Description |
---|
Record() |
Record(String recordId,
KinesisAnalyticsOutputDeliveryResponse.Result result) |
Modifier and Type | Method and Description |
---|---|
String |
getRecordId() |
KinesisAnalyticsOutputDeliveryResponse.Result |
getResult() |
void |
setRecordId(String recordId) |
void |
setResult(KinesisAnalyticsOutputDeliveryResponse.Result result) |
public String recordId
public KinesisAnalyticsOutputDeliveryResponse.Result result
public Record()
public Record(String recordId, KinesisAnalyticsOutputDeliveryResponse.Result result)
public String getRecordId()
public void setRecordId(String recordId)
public KinesisAnalyticsOutputDeliveryResponse.Result getResult()
public void setResult(KinesisAnalyticsOutputDeliveryResponse.Result result)
Copyright © 2023. All rights reserved.