@Generated(value="software.amazon.awssdk:codegen") public final class FaqSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FaqSummary.Builder,FaqSummary>
Summary information for frequently asked questions and answers included in an index.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FaqSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FaqSummary.Builder |
builder() |
Instant |
createdAt()
The Unix timestamp when the FAQ was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FaqFileFormat |
fileFormat()
The file type used to create the FAQ.
|
String |
fileFormatAsString()
The file type used to create the FAQ.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the FAQ.
|
String |
languageCode()
The code for a language.
|
String |
name()
The name that you assigned the FAQ when you created or updated the FAQ.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FaqSummary.Builder> |
serializableBuilderClass() |
FaqStatus |
status()
The current status of the FAQ.
|
String |
statusAsString()
The current status of the FAQ.
|
FaqSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The Unix timestamp when the FAQ was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier of the FAQ.
public final String name()
The name that you assigned the FAQ when you created or updated the FAQ.
public final FaqStatus status()
The current status of the FAQ. When the status is ACTIVE the FAQ is ready for use.
If the service returns an enum value that is not available in the current SDK version, status will
return FaqStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ACTIVE the FAQ is ready for use.FaqStatuspublic final String statusAsString()
The current status of the FAQ. When the status is ACTIVE the FAQ is ready for use.
If the service returns an enum value that is not available in the current SDK version, status will
return FaqStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ACTIVE the FAQ is ready for use.FaqStatuspublic final Instant createdAt()
The Unix timestamp when the FAQ was created.
public final Instant updatedAt()
The Unix timestamp when the FAQ was last updated.
public final FaqFileFormat fileFormat()
The file type used to create the FAQ.
If the service returns an enum value that is not available in the current SDK version, fileFormat will
return FaqFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fileFormatAsString().
FaqFileFormatpublic final String fileFormatAsString()
The file type used to create the FAQ.
If the service returns an enum value that is not available in the current SDK version, fileFormat will
return FaqFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fileFormatAsString().
FaqFileFormatpublic final String languageCode()
The code for a language. This shows a supported language for the FAQ document as part of the summary information for FAQs. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
public FaqSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FaqSummary.Builder,FaqSummary>public static FaqSummary.Builder builder()
public static Class<? extends FaqSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.