@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRecordRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRecordRequest() |
Modifier and Type | Method and Description |
---|---|
GetRecordRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFeatureGroupName()
The name of the feature group in which you want to put the records.
|
List<String> |
getFeatureNames()
List of names of Features to be retrieved.
|
String |
getRecordIdentifierValueAsString()
The value that corresponds to
RecordIdentifier type and uniquely identifies the record in the
FeatureGroup . |
int |
hashCode() |
void |
setFeatureGroupName(String featureGroupName)
The name of the feature group in which you want to put the records.
|
void |
setFeatureNames(Collection<String> featureNames)
List of names of Features to be retrieved.
|
void |
setRecordIdentifierValueAsString(String recordIdentifierValueAsString)
The value that corresponds to
RecordIdentifier type and uniquely identifies the record in the
FeatureGroup . |
String |
toString()
Returns a string representation of this object.
|
GetRecordRequest |
withFeatureGroupName(String featureGroupName)
The name of the feature group in which you want to put the records.
|
GetRecordRequest |
withFeatureNames(Collection<String> featureNames)
List of names of Features to be retrieved.
|
GetRecordRequest |
withFeatureNames(String... featureNames)
List of names of Features to be retrieved.
|
GetRecordRequest |
withRecordIdentifierValueAsString(String recordIdentifierValueAsString)
The value that corresponds to
RecordIdentifier type and uniquely identifies the record in the
FeatureGroup . |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFeatureGroupName(String featureGroupName)
The name of the feature group in which you want to put the records.
featureGroupName
- The name of the feature group in which you want to put the records.public String getFeatureGroupName()
The name of the feature group in which you want to put the records.
public GetRecordRequest withFeatureGroupName(String featureGroupName)
The name of the feature group in which you want to put the records.
featureGroupName
- The name of the feature group in which you want to put the records.public void setRecordIdentifierValueAsString(String recordIdentifierValueAsString)
The value that corresponds to RecordIdentifier
type and uniquely identifies the record in the
FeatureGroup
.
recordIdentifierValueAsString
- The value that corresponds to RecordIdentifier
type and uniquely identifies the record in the
FeatureGroup
.public String getRecordIdentifierValueAsString()
The value that corresponds to RecordIdentifier
type and uniquely identifies the record in the
FeatureGroup
.
RecordIdentifier
type and uniquely identifies the record in
the FeatureGroup
.public GetRecordRequest withRecordIdentifierValueAsString(String recordIdentifierValueAsString)
The value that corresponds to RecordIdentifier
type and uniquely identifies the record in the
FeatureGroup
.
recordIdentifierValueAsString
- The value that corresponds to RecordIdentifier
type and uniquely identifies the record in the
FeatureGroup
.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 GetRecordRequest 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 GetRecordRequest 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 GetRecordRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()