@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExperiencesSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information for your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
Constructor and Description |
---|
ExperiencesSummary() |
Modifier and Type | Method and Description |
---|---|
ExperiencesSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The date-time your Amazon Kendra experience was created.
|
List<ExperienceEndpoint> |
getEndpoints()
The endpoint URLs for your Amazon Kendra experiences.
|
String |
getId()
The identifier of your Amazon Kendra experience.
|
String |
getName()
The name of your Amazon Kendra experience.
|
String |
getStatus()
The processing status of your Amazon Kendra experience.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The date-time your Amazon Kendra experience was created.
|
void |
setEndpoints(Collection<ExperienceEndpoint> endpoints)
The endpoint URLs for your Amazon Kendra experiences.
|
void |
setId(String id)
The identifier of your Amazon Kendra experience.
|
void |
setName(String name)
The name of your Amazon Kendra experience.
|
void |
setStatus(String status)
The processing status of your Amazon Kendra experience.
|
String |
toString()
Returns a string representation of this object.
|
ExperiencesSummary |
withCreatedAt(Date createdAt)
The date-time your Amazon Kendra experience was created.
|
ExperiencesSummary |
withEndpoints(Collection<ExperienceEndpoint> endpoints)
The endpoint URLs for your Amazon Kendra experiences.
|
ExperiencesSummary |
withEndpoints(ExperienceEndpoint... endpoints)
The endpoint URLs for your Amazon Kendra experiences.
|
ExperiencesSummary |
withId(String id)
The identifier of your Amazon Kendra experience.
|
ExperiencesSummary |
withName(String name)
The name of your Amazon Kendra experience.
|
ExperiencesSummary |
withStatus(ExperienceStatus status)
The processing status of your Amazon Kendra experience.
|
ExperiencesSummary |
withStatus(String status)
The processing status of your Amazon Kendra experience.
|
public void setName(String name)
The name of your Amazon Kendra experience.
name
- The name of your Amazon Kendra experience.public String getName()
The name of your Amazon Kendra experience.
public ExperiencesSummary withName(String name)
The name of your Amazon Kendra experience.
name
- The name of your Amazon Kendra experience.public void setId(String id)
The identifier of your Amazon Kendra experience.
id
- The identifier of your Amazon Kendra experience.public String getId()
The identifier of your Amazon Kendra experience.
public ExperiencesSummary withId(String id)
The identifier of your Amazon Kendra experience.
id
- The identifier of your Amazon Kendra experience.public void setCreatedAt(Date createdAt)
The date-time your Amazon Kendra experience was created.
createdAt
- The date-time your Amazon Kendra experience was created.public Date getCreatedAt()
The date-time your Amazon Kendra experience was created.
public ExperiencesSummary withCreatedAt(Date createdAt)
The date-time your Amazon Kendra experience was created.
createdAt
- The date-time your Amazon Kendra experience was created.public void setStatus(String status)
The processing status of your Amazon Kendra experience.
status
- The processing status of your Amazon Kendra experience.ExperienceStatus
public String getStatus()
The processing status of your Amazon Kendra experience.
ExperienceStatus
public ExperiencesSummary withStatus(String status)
The processing status of your Amazon Kendra experience.
status
- The processing status of your Amazon Kendra experience.ExperienceStatus
public ExperiencesSummary withStatus(ExperienceStatus status)
The processing status of your Amazon Kendra experience.
status
- The processing status of your Amazon Kendra experience.ExperienceStatus
public List<ExperienceEndpoint> getEndpoints()
The endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
public void setEndpoints(Collection<ExperienceEndpoint> endpoints)
The endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
endpoints
- The endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web
Services.public ExperiencesSummary withEndpoints(ExperienceEndpoint... endpoints)
The endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
NOTE: This method appends the values to the existing list (if any). Use
setEndpoints(java.util.Collection)
or withEndpoints(java.util.Collection)
if you want to
override the existing values.
endpoints
- The endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web
Services.public ExperiencesSummary withEndpoints(Collection<ExperienceEndpoint> endpoints)
The endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
endpoints
- The endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web
Services.public String toString()
toString
in class Object
Object.toString()
public ExperiencesSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.