@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRecordResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetRecordResult() |
| Modifier and Type | Method and Description |
|---|---|
GetRecordResult |
clone() |
boolean |
equals(Object obj) |
List<FeatureValue> |
getRecord()
The record you requested.
|
int |
hashCode() |
void |
setRecord(Collection<FeatureValue> record)
The record you requested.
|
String |
toString()
Returns a string representation of this object.
|
GetRecordResult |
withRecord(Collection<FeatureValue> record)
The record you requested.
|
GetRecordResult |
withRecord(FeatureValue... record)
The record you requested.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<FeatureValue> getRecord()
The record you requested. A list of FeatureValues.
FeatureValues.public void setRecord(Collection<FeatureValue> record)
The record you requested. A list of FeatureValues.
record - The record you requested. A list of FeatureValues.public GetRecordResult withRecord(FeatureValue... record)
The record you requested. A list of FeatureValues.
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 you requested. A list of FeatureValues.public GetRecordResult withRecord(Collection<FeatureValue> record)
The record you requested. A list of FeatureValues.
record - The record you requested. A list of FeatureValues.public String toString()
toString in class ObjectObject.toString()public GetRecordResult clone()
Copyright © 2021. All rights reserved.