@Generated(value="software.amazon.awssdk:codegen") public final class QuerySuggestionsBlockListSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QuerySuggestionsBlockListSummary.Builder,QuerySuggestionsBlockListSummary>
Summary information on a query suggestions block list.
This includes information on the block list ID, block list name, when the block list was created, when the block list was last updated, and the count of block words/phrases in the block list.
For information on the current quota limits for block lists, see Quotas for Amazon Kendra.
| Modifier and Type | Class and Description |
|---|---|
static interface |
QuerySuggestionsBlockListSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static QuerySuggestionsBlockListSummary.Builder |
builder() |
Instant |
createdAt()
The Unix timestamp when the block list was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of a block list.
|
Integer |
itemCount()
The number of items in the block list file.
|
String |
name()
The name of the block list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends QuerySuggestionsBlockListSummary.Builder> |
serializableBuilderClass() |
QuerySuggestionsBlockListStatus |
status()
The status of the block list.
|
String |
statusAsString()
The status of the block list.
|
QuerySuggestionsBlockListSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The Unix timestamp when the block list was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier of a block list.
public final String name()
The name of the block list.
public final QuerySuggestionsBlockListStatus status()
The status of the block list.
If the service returns an enum value that is not available in the current SDK version, status will
return QuerySuggestionsBlockListStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
QuerySuggestionsBlockListStatuspublic final String statusAsString()
The status of the block list.
If the service returns an enum value that is not available in the current SDK version, status will
return QuerySuggestionsBlockListStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
QuerySuggestionsBlockListStatuspublic final Instant createdAt()
The Unix timestamp when the block list was created.
public final Instant updatedAt()
The Unix timestamp when the block list was last updated.
public final Integer itemCount()
The number of items in the block list file.
public QuerySuggestionsBlockListSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<QuerySuggestionsBlockListSummary.Builder,QuerySuggestionsBlockListSummary>public static QuerySuggestionsBlockListSummary.Builder builder()
public static Class<? extends QuerySuggestionsBlockListSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.