@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetRecordIdentifier extends Object implements Serializable, Cloneable, StructuredPojo
The identifier that identifies the batch of Records you are retrieving in a batch.
Constructor and Description |
---|
BatchGetRecordIdentifier() |
Modifier and Type | Method and Description |
---|---|
BatchGetRecordIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getFeatureGroupName()
The name or Amazon Resource Name (ARN) of the
FeatureGroup containing the records you are retrieving
in a batch. |
List<String> |
getFeatureNames()
List of names of Features to be retrieved.
|
List<String> |
getRecordIdentifiersValueAsString()
The value for a list of record identifiers in string format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFeatureGroupName(String featureGroupName)
The name or Amazon Resource Name (ARN) of the
FeatureGroup containing the records you are retrieving
in a batch. |
void |
setFeatureNames(Collection<String> featureNames)
List of names of Features to be retrieved.
|
void |
setRecordIdentifiersValueAsString(Collection<String> recordIdentifiersValueAsString)
The value for a list of record identifiers in string format.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetRecordIdentifier |
withFeatureGroupName(String featureGroupName)
The name or Amazon Resource Name (ARN) of the
FeatureGroup containing the records you are retrieving
in a batch. |
BatchGetRecordIdentifier |
withFeatureNames(Collection<String> featureNames)
List of names of Features to be retrieved.
|
BatchGetRecordIdentifier |
withFeatureNames(String... featureNames)
List of names of Features to be retrieved.
|
BatchGetRecordIdentifier |
withRecordIdentifiersValueAsString(Collection<String> recordIdentifiersValueAsString)
The value for a list of record identifiers in string format.
|
BatchGetRecordIdentifier |
withRecordIdentifiersValueAsString(String... recordIdentifiersValueAsString)
The value for a list of record identifiers in string format.
|
public void setFeatureGroupName(String featureGroupName)
The name or Amazon Resource Name (ARN) of the FeatureGroup
containing the records you are retrieving
in a batch.
featureGroupName
- The name or Amazon Resource Name (ARN) of the FeatureGroup
containing the records you are
retrieving in a batch.public String getFeatureGroupName()
The name or Amazon Resource Name (ARN) of the FeatureGroup
containing the records you are retrieving
in a batch.
FeatureGroup
containing the records you are
retrieving in a batch.public BatchGetRecordIdentifier withFeatureGroupName(String featureGroupName)
The name or Amazon Resource Name (ARN) of the FeatureGroup
containing the records you are retrieving
in a batch.
featureGroupName
- The name or Amazon Resource Name (ARN) of the FeatureGroup
containing the records you are
retrieving in a batch.public List<String> getRecordIdentifiersValueAsString()
The value for a list of record identifiers in string format.
public void setRecordIdentifiersValueAsString(Collection<String> recordIdentifiersValueAsString)
The value for a list of record identifiers in string format.
recordIdentifiersValueAsString
- The value for a list of record identifiers in string format.public BatchGetRecordIdentifier withRecordIdentifiersValueAsString(String... recordIdentifiersValueAsString)
The value for a list of record identifiers in string format.
NOTE: This method appends the values to the existing list (if any). Use
setRecordIdentifiersValueAsString(java.util.Collection)
or
withRecordIdentifiersValueAsString(java.util.Collection)
if you want to override the existing values.
recordIdentifiersValueAsString
- The value for a list of record identifiers in string format.public BatchGetRecordIdentifier withRecordIdentifiersValueAsString(Collection<String> recordIdentifiersValueAsString)
The value for a list of record identifiers in string format.
recordIdentifiersValueAsString
- The value for a list of record identifiers in string format.public List<String> getFeatureNames()
List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
public void setFeatureNames(Collection<String> featureNames)
List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
featureNames
- List of names of Features to be retrieved. If not specified, the latest value for all the Features are
returned.public BatchGetRecordIdentifier withFeatureNames(String... featureNames)
List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
NOTE: This method appends the values to the existing list (if any). Use
setFeatureNames(java.util.Collection)
or withFeatureNames(java.util.Collection)
if you want to
override the existing values.
featureNames
- List of names of Features to be retrieved. If not specified, the latest value for all the Features are
returned.public BatchGetRecordIdentifier withFeatureNames(Collection<String> featureNames)
List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
featureNames
- List of names of Features to be retrieved. If not specified, the latest value for all the Features are
returned.public String toString()
toString
in class Object
Object.toString()
public BatchGetRecordIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.