@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRecordRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteRecordRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteRecordRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEventTime()
Timestamp indicating when the deletion event occurred.
|
String |
getFeatureGroupName()
The name of the feature group to delete the record from.
|
String |
getRecordIdentifierValueAsString()
The value for the
RecordIdentifier that uniquely identifies the record, in string format. |
int |
hashCode() |
void |
setEventTime(String eventTime)
Timestamp indicating when the deletion event occurred.
|
void |
setFeatureGroupName(String featureGroupName)
The name of the feature group to delete the record from.
|
void |
setRecordIdentifierValueAsString(String recordIdentifierValueAsString)
The value for the
RecordIdentifier that uniquely identifies the record, in string format. |
String |
toString()
Returns a string representation of this object.
|
DeleteRecordRequest |
withEventTime(String eventTime)
Timestamp indicating when the deletion event occurred.
|
DeleteRecordRequest |
withFeatureGroupName(String featureGroupName)
The name of the feature group to delete the record from.
|
DeleteRecordRequest |
withRecordIdentifierValueAsString(String recordIdentifierValueAsString)
The value for the
RecordIdentifier that uniquely identifies the record, in string format. |
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 to delete the record from.
featureGroupName
- The name of the feature group to delete the record from.public String getFeatureGroupName()
The name of the feature group to delete the record from.
public DeleteRecordRequest withFeatureGroupName(String featureGroupName)
The name of the feature group to delete the record from.
featureGroupName
- The name of the feature group to delete the record from.public void setRecordIdentifierValueAsString(String recordIdentifierValueAsString)
The value for the RecordIdentifier
that uniquely identifies the record, in string format.
recordIdentifierValueAsString
- The value for the RecordIdentifier
that uniquely identifies the record, in string format.public String getRecordIdentifierValueAsString()
The value for the RecordIdentifier
that uniquely identifies the record, in string format.
RecordIdentifier
that uniquely identifies the record, in string format.public DeleteRecordRequest withRecordIdentifierValueAsString(String recordIdentifierValueAsString)
The value for the RecordIdentifier
that uniquely identifies the record, in string format.
recordIdentifierValueAsString
- The value for the RecordIdentifier
that uniquely identifies the record, in string format.public void setEventTime(String eventTime)
Timestamp indicating when the deletion event occurred. EventTime
can be used to query data at a
certain point in time.
eventTime
- Timestamp indicating when the deletion event occurred. EventTime
can be used to query data at
a certain point in time.public String getEventTime()
Timestamp indicating when the deletion event occurred. EventTime
can be used to query data at a
certain point in time.
EventTime
can be used to query data
at a certain point in time.public DeleteRecordRequest withEventTime(String eventTime)
Timestamp indicating when the deletion event occurred. EventTime
can be used to query data at a
certain point in time.
eventTime
- Timestamp indicating when the deletion event occurred. EventTime
can be used to query data at
a certain point in time.public String toString()
toString
in class Object
Object.toString()
public DeleteRecordRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()