@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 |
getFeatureGroupName()
The
FeatureGroupName containing Records you retrieved in a batch. |
List<FeatureValue> |
getRecord()
The
Record retrieved. |
String |
getRecordIdentifierValueAsString()
The value of the record identifer in string format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 identifer in string format.
|
String |
toString()
Returns a string representation of this object.
|
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 identifer 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 identifer in string format.
recordIdentifierValueAsString
- The value of the record identifer in string format.public String getRecordIdentifierValueAsString()
The value of the record identifer in string format.
public BatchGetRecordResultDetail withRecordIdentifierValueAsString(String recordIdentifierValueAsString)
The value of the record identifer in string format.
recordIdentifierValueAsString
- The value of the record identifer 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 String toString()
toString
in class Object
Object.toString()
public BatchGetRecordResultDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.