@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetRecordResultDetail extends Object implements Serializable, Cloneable, StructuredPojo
The output of records that have been retrieved in a batch.
| Constructor and Description |
|---|
BatchGetRecordResultDetail() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetRecordResultDetail |
clone() |
boolean |
equals(Object obj) |
String |
getExpiresAt()
The
ExpiresAt ISO string of the requested record. |
String |
getFeatureGroupName()
The
FeatureGroupName containing Records you retrieved in a batch. |
List<FeatureValue> |
getRecord()
The
Record retrieved. |
String |
getRecordIdentifierValueAsString()
The value of the record identifier in string format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setExpiresAt(String expiresAt)
The
ExpiresAt ISO string of the requested record. |
void |
setFeatureGroupName(String featureGroupName)
The
FeatureGroupName containing Records you retrieved in a batch. |
void |
setRecord(Collection<FeatureValue> record)
The
Record retrieved. |
void |
setRecordIdentifierValueAsString(String recordIdentifierValueAsString)
The value of the record identifier in string format.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetRecordResultDetail |
withExpiresAt(String expiresAt)
The
ExpiresAt ISO string of the requested record. |
BatchGetRecordResultDetail |
withFeatureGroupName(String featureGroupName)
The
FeatureGroupName containing Records you retrieved in a batch. |
BatchGetRecordResultDetail |
withRecord(Collection<FeatureValue> record)
The
Record retrieved. |
BatchGetRecordResultDetail |
withRecord(FeatureValue... record)
The
Record retrieved. |
BatchGetRecordResultDetail |
withRecordIdentifierValueAsString(String recordIdentifierValueAsString)
The value of the record identifier in string format.
|
public void setFeatureGroupName(String featureGroupName)
The FeatureGroupName containing Records you retrieved in a batch.
featureGroupName - The FeatureGroupName containing Records you retrieved in a batch.public String getFeatureGroupName()
The FeatureGroupName containing Records you retrieved in a batch.
FeatureGroupName containing Records you retrieved in a batch.public BatchGetRecordResultDetail withFeatureGroupName(String featureGroupName)
The FeatureGroupName containing Records you retrieved in a batch.
featureGroupName - The FeatureGroupName containing Records you retrieved in a batch.public void setRecordIdentifierValueAsString(String recordIdentifierValueAsString)
The value of the record identifier in string format.
recordIdentifierValueAsString - The value of the record identifier in string format.public String getRecordIdentifierValueAsString()
The value of the record identifier in string format.
public BatchGetRecordResultDetail withRecordIdentifierValueAsString(String recordIdentifierValueAsString)
The value of the record identifier in string format.
recordIdentifierValueAsString - The value of the record identifier in string format.public List<FeatureValue> getRecord()
The Record retrieved.
Record retrieved.public void setRecord(Collection<FeatureValue> record)
The Record retrieved.
record - The Record retrieved.public BatchGetRecordResultDetail withRecord(FeatureValue... record)
The Record retrieved.
NOTE: This method appends the values to the existing list (if any). Use
setRecord(java.util.Collection) or withRecord(java.util.Collection) if you want to override the
existing values.
record - The Record retrieved.public BatchGetRecordResultDetail withRecord(Collection<FeatureValue> record)
The Record retrieved.
record - The Record retrieved.public void setExpiresAt(String expiresAt)
The ExpiresAt ISO string of the requested record.
expiresAt - The ExpiresAt ISO string of the requested record.public String getExpiresAt()
The ExpiresAt ISO string of the requested record.
ExpiresAt ISO string of the requested record.public BatchGetRecordResultDetail withExpiresAt(String expiresAt)
The ExpiresAt ISO string of the requested record.
expiresAt - The ExpiresAt ISO string of the requested record.public String toString()
toString in class ObjectObject.toString()public BatchGetRecordResultDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.