@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WebExperience extends Object implements Serializable, Cloneable, StructuredPojo
Provides information for an Amazon Q Business web experience.
| Constructor and Description |
|---|
WebExperience() |
| Modifier and Type | Method and Description |
|---|---|
WebExperience |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The Unix timestamp when the Amazon Q Business application was last updated.
|
String |
getDefaultEndpoint()
The endpoint URLs for your Amazon Q Business web experience.
|
String |
getStatus()
The status of your Amazon Q Business web experience.
|
Date |
getUpdatedAt()
The Unix timestamp when your Amazon Q Business web experience was updated.
|
String |
getWebExperienceId()
The identifier of your Amazon Q Business web experience.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCreatedAt(Date createdAt)
The Unix timestamp when the Amazon Q Business application was last updated.
|
void |
setDefaultEndpoint(String defaultEndpoint)
The endpoint URLs for your Amazon Q Business web experience.
|
void |
setStatus(String status)
The status of your Amazon Q Business web experience.
|
void |
setUpdatedAt(Date updatedAt)
The Unix timestamp when your Amazon Q Business web experience was updated.
|
void |
setWebExperienceId(String webExperienceId)
The identifier of your Amazon Q Business web experience.
|
String |
toString()
Returns a string representation of this object.
|
WebExperience |
withCreatedAt(Date createdAt)
The Unix timestamp when the Amazon Q Business application was last updated.
|
WebExperience |
withDefaultEndpoint(String defaultEndpoint)
The endpoint URLs for your Amazon Q Business web experience.
|
WebExperience |
withStatus(String status)
The status of your Amazon Q Business web experience.
|
WebExperience |
withStatus(WebExperienceStatus status)
The status of your Amazon Q Business web experience.
|
WebExperience |
withUpdatedAt(Date updatedAt)
The Unix timestamp when your Amazon Q Business web experience was updated.
|
WebExperience |
withWebExperienceId(String webExperienceId)
The identifier of your Amazon Q Business web experience.
|
public void setWebExperienceId(String webExperienceId)
The identifier of your Amazon Q Business web experience.
webExperienceId - The identifier of your Amazon Q Business web experience.public String getWebExperienceId()
The identifier of your Amazon Q Business web experience.
public WebExperience withWebExperienceId(String webExperienceId)
The identifier of your Amazon Q Business web experience.
webExperienceId - The identifier of your Amazon Q Business web experience.public void setCreatedAt(Date createdAt)
The Unix timestamp when the Amazon Q Business application was last updated.
createdAt - The Unix timestamp when the Amazon Q Business application was last updated.public Date getCreatedAt()
The Unix timestamp when the Amazon Q Business application was last updated.
public WebExperience withCreatedAt(Date createdAt)
The Unix timestamp when the Amazon Q Business application was last updated.
createdAt - The Unix timestamp when the Amazon Q Business application was last updated.public void setUpdatedAt(Date updatedAt)
The Unix timestamp when your Amazon Q Business web experience was updated.
updatedAt - The Unix timestamp when your Amazon Q Business web experience was updated.public Date getUpdatedAt()
The Unix timestamp when your Amazon Q Business web experience was updated.
public WebExperience withUpdatedAt(Date updatedAt)
The Unix timestamp when your Amazon Q Business web experience was updated.
updatedAt - The Unix timestamp when your Amazon Q Business web experience was updated.public void setDefaultEndpoint(String defaultEndpoint)
The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by Amazon Web Services.
defaultEndpoint - The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by
Amazon Web Services.public String getDefaultEndpoint()
The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by Amazon Web Services.
public WebExperience withDefaultEndpoint(String defaultEndpoint)
The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by Amazon Web Services.
defaultEndpoint - The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by
Amazon Web Services.public void setStatus(String status)
The status of your Amazon Q Business web experience.
status - The status of your Amazon Q Business web experience.WebExperienceStatuspublic String getStatus()
The status of your Amazon Q Business web experience.
WebExperienceStatuspublic WebExperience withStatus(String status)
The status of your Amazon Q Business web experience.
status - The status of your Amazon Q Business web experience.WebExperienceStatuspublic WebExperience withStatus(WebExperienceStatus status)
The status of your Amazon Q Business web experience.
status - The status of your Amazon Q Business web experience.WebExperienceStatuspublic String toString()
toString in class ObjectObject.toString()public WebExperience clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.