@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 final String featureGroupName()
The name of the feature group to delete the record from.
public final 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 final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.