@Generated(value="software.amazon.awssdk:codegen") public final class DeleteRecordRequest extends SageMakerFeatureStoreRuntimeRequest implements ToCopyableBuilder<DeleteRecordRequest.Builder,DeleteRecordRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteRecordRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteRecordRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventTime()
Timestamp indicating when the deletion event occurred.
|
String |
featureGroupName()
The name of the feature group to delete the record from.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
recordIdentifierValueAsString()
The value for the
RecordIdentifier that uniquely identifies the record, in string format. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteRecordRequest.Builder> |
serializableBuilderClass() |
DeleteRecordRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String featureGroupName()
The name of the feature group to delete the record from.
public String recordIdentifierValueAsString()
The value for the RecordIdentifier that uniquely identifies the record, in string format.
RecordIdentifier that uniquely identifies the record, in string format.public String eventTime()
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteRecordRequest.Builder,DeleteRecordRequest>toBuilder in class SageMakerFeatureStoreRuntimeRequestpublic static DeleteRecordRequest.Builder builder()
public static Class<? extends DeleteRecordRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.