@Generated(value="software.amazon.awssdk:codegen") public final class FaqSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FaqSummary.Builder,FaqSummary>
Provides information about a frequently asked questions and answer contained 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 datetime that the FAQ was added to the index.
|
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 unique identifier of the FAQ.
|
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 datetime that the FAQ was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String id()
The unique identifier of the FAQ.
public String name()
The name that you assigned the FAQ when you created or updated the FAQ.
public 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 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 Instant createdAt()
The UNIX datetime that the FAQ was added to the index.
public Instant updatedAt()
The UNIX datetime that the FAQ was last updated.
public 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 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 FaqSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FaqSummary.Builder,FaqSummary>public static FaqSummary.Builder builder()
public static Class<? extends FaqSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.