@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FaqSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about a frequently asked questions and answer contained in an index.
| Constructor and Description |
|---|
FaqSummary() |
| Modifier and Type | Method and Description |
|---|---|
FaqSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The UNIX datetime that the FAQ was added to the index.
|
String |
getFileFormat()
The file type used to create the FAQ.
|
String |
getId()
The unique identifier of the FAQ.
|
String |
getName()
The name that you assigned the FAQ when you created or updated the FAQ.
|
String |
getStatus()
The current status of the FAQ.
|
Date |
getUpdatedAt()
The UNIX datetime that the FAQ was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreatedAt(Date createdAt)
The UNIX datetime that the FAQ was added to the index.
|
void |
setFileFormat(String fileFormat)
The file type used to create the FAQ.
|
void |
setId(String id)
The unique identifier of the FAQ.
|
void |
setName(String name)
The name that you assigned the FAQ when you created or updated the FAQ.
|
void |
setStatus(String status)
The current status of the FAQ.
|
void |
setUpdatedAt(Date updatedAt)
The UNIX datetime that the FAQ was last updated.
|
String |
toString()
Returns a string representation of this object.
|
FaqSummary |
withCreatedAt(Date createdAt)
The UNIX datetime that the FAQ was added to the index.
|
FaqSummary |
withFileFormat(FaqFileFormat fileFormat)
The file type used to create the FAQ.
|
FaqSummary |
withFileFormat(String fileFormat)
The file type used to create the FAQ.
|
FaqSummary |
withId(String id)
The unique identifier of the FAQ.
|
FaqSummary |
withName(String name)
The name that you assigned the FAQ when you created or updated the FAQ.
|
FaqSummary |
withStatus(FaqStatus status)
The current status of the FAQ.
|
FaqSummary |
withStatus(String status)
The current status of the FAQ.
|
FaqSummary |
withUpdatedAt(Date updatedAt)
The UNIX datetime that the FAQ was last updated.
|
public void setId(String id)
The unique identifier of the FAQ.
id - The unique identifier of the FAQ.public String getId()
The unique identifier of the FAQ.
public FaqSummary withId(String id)
The unique identifier of the FAQ.
id - The unique identifier of the FAQ.public void setName(String name)
The name that you assigned the FAQ when you created or updated the FAQ.
name - The name that you assigned the FAQ when you created or updated the FAQ.public String getName()
The name that you assigned the FAQ when you created or updated the FAQ.
public FaqSummary withName(String name)
The name that you assigned the FAQ when you created or updated the FAQ.
name - The name that you assigned the FAQ when you created or updated the FAQ.public void setStatus(String status)
The current status of the FAQ. When the status is ACTIVE the FAQ is ready for use.
status - The current status of the FAQ. When the status is ACTIVE the FAQ is ready for use.FaqStatuspublic String getStatus()
The current status of the FAQ. When the status is ACTIVE the FAQ is ready for use.
ACTIVE the FAQ is ready for use.FaqStatuspublic FaqSummary withStatus(String status)
The current status of the FAQ. When the status is ACTIVE the FAQ is ready for use.
status - The current status of the FAQ. When the status is ACTIVE the FAQ is ready for use.FaqStatuspublic FaqSummary withStatus(FaqStatus status)
The current status of the FAQ. When the status is ACTIVE the FAQ is ready for use.
status - The current status of the FAQ. When the status is ACTIVE the FAQ is ready for use.FaqStatuspublic void setCreatedAt(Date createdAt)
The UNIX datetime that the FAQ was added to the index.
createdAt - The UNIX datetime that the FAQ was added to the index.public Date getCreatedAt()
The UNIX datetime that the FAQ was added to the index.
public FaqSummary withCreatedAt(Date createdAt)
The UNIX datetime that the FAQ was added to the index.
createdAt - The UNIX datetime that the FAQ was added to the index.public void setUpdatedAt(Date updatedAt)
The UNIX datetime that the FAQ was last updated.
updatedAt - The UNIX datetime that the FAQ was last updated.public Date getUpdatedAt()
The UNIX datetime that the FAQ was last updated.
public FaqSummary withUpdatedAt(Date updatedAt)
The UNIX datetime that the FAQ was last updated.
updatedAt - The UNIX datetime that the FAQ was last updated.public void setFileFormat(String fileFormat)
The file type used to create the FAQ.
fileFormat - The file type used to create the FAQ.FaqFileFormatpublic String getFileFormat()
The file type used to create the FAQ.
FaqFileFormatpublic FaqSummary withFileFormat(String fileFormat)
The file type used to create the FAQ.
fileFormat - The file type used to create the FAQ.FaqFileFormatpublic FaqSummary withFileFormat(FaqFileFormat fileFormat)
The file type used to create the FAQ.
fileFormat - The file type used to create the FAQ.FaqFileFormatpublic String toString()
toString in class ObjectObject.toString()public FaqSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.