Class WebExperience
- java.lang.Object
-
- software.amazon.awssdk.services.qbusiness.model.WebExperience
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WebExperience.Builder,WebExperience>
@Generated("software.amazon.awssdk:codegen") public final class WebExperience extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WebExperience.Builder,WebExperience>
Provides information for an Amazon Q Business web experience.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWebExperience.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebExperience.Builderbuilder()InstantcreatedAt()The Unix timestamp when the Amazon Q Business application was last updated.StringdefaultEndpoint()The endpoint URLs for your Amazon Q Business web experience.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends WebExperience.Builder>serializableBuilderClass()WebExperienceStatusstatus()The status of your Amazon Q Business web experience.StringstatusAsString()The status of your Amazon Q Business web experience.WebExperience.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The Unix timestamp when your Amazon Q Business web experience was updated.StringwebExperienceId()The identifier of your Amazon Q Business web experience.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
webExperienceId
public final String webExperienceId()
The identifier of your Amazon Q Business web experience.
- Returns:
- The identifier of your Amazon Q Business web experience.
-
createdAt
public final Instant createdAt()
The Unix timestamp when the Amazon Q Business application was last updated.
- Returns:
- The Unix timestamp when the Amazon Q Business application was last updated.
-
updatedAt
public final Instant updatedAt()
The Unix timestamp when your Amazon Q Business web experience was updated.
- Returns:
- The Unix timestamp when your Amazon Q Business web experience was updated.
-
defaultEndpoint
public final String defaultEndpoint()
The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by Amazon Web Services.
- Returns:
- The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by Amazon Web Services.
-
status
public final WebExperienceStatus status()
The status of your Amazon Q Business web experience.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnWebExperienceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of your Amazon Q Business web experience.
- See Also:
WebExperienceStatus
-
statusAsString
public final String statusAsString()
The status of your Amazon Q Business web experience.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnWebExperienceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of your Amazon Q Business web experience.
- See Also:
WebExperienceStatus
-
toBuilder
public WebExperience.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WebExperience.Builder,WebExperience>
-
builder
public static WebExperience.Builder builder()
-
serializableBuilderClass
public static Class<? extends WebExperience.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-