Class GetWebExperienceResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.qbusiness.model.QBusinessResponse
-
- software.amazon.awssdk.services.qbusiness.model.GetWebExperienceResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetWebExperienceResponse.Builder,GetWebExperienceResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetWebExperienceResponse extends QBusinessResponse implements ToCopyableBuilder<GetWebExperienceResponse.Builder,GetWebExperienceResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetWebExperienceResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringapplicationId()The identifier of the Amazon Q Business application linked to the web experience.WebExperienceAuthConfigurationauthenticationConfiguration()Deprecated.Property associated with legacy SAML IdP flow.static GetWebExperienceResponse.Builderbuilder()InstantcreatedAt()The Unix timestamp when the Amazon Q Business web experience was last created.StringdefaultEndpoint()The endpoint of your Amazon Q Business web experience.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ErrorDetailerror()When theStatusfield value isFAILED, theErrorMessagefield contains a description of the error that caused the data source connector to fail.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringroleArn()The Amazon Resource Name (ARN) of the service role attached to your web experience.WebExperienceSamplePromptsControlModesamplePromptsControlMode()Determines whether sample prompts are enabled in the web experience for an end user.StringsamplePromptsControlModeAsString()Determines whether sample prompts are enabled in the web experience for an end user.List<SdkField<?>>sdkFields()static Class<? extends GetWebExperienceResponse.Builder>serializableBuilderClass()WebExperienceStatusstatus()The current status of the Amazon Q Business web experience.StringstatusAsString()The current status of the Amazon Q Business web experience.Stringsubtitle()The subtitle for your Amazon Q Business web experience.Stringtitle()The title for your Amazon Q Business web experience.GetWebExperienceResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The Unix timestamp when the Amazon Q Business web experience was last updated.StringwebExperienceArn()The Amazon Resource Name (ARN) of the role with the permission to access the Amazon Q Business web experience and required resources.StringwebExperienceId()The identifier of the Amazon Q Business web experience.StringwelcomeMessage()The customized welcome message for end users of an Amazon Q Business web experience.-
Methods inherited from class software.amazon.awssdk.services.qbusiness.model.QBusinessResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
applicationId
public final String applicationId()
The identifier of the Amazon Q Business application linked to the web experience.
- Returns:
- The identifier of the Amazon Q Business application linked to the web experience.
-
webExperienceId
public final String webExperienceId()
The identifier of the Amazon Q Business web experience.
- Returns:
- The identifier of the Amazon Q Business web experience.
-
webExperienceArn
public final String webExperienceArn()
The Amazon Resource Name (ARN) of the role with the permission to access the Amazon Q Business web experience and required resources.
- Returns:
- The Amazon Resource Name (ARN) of the role with the permission to access the Amazon Q Business web experience and required resources.
-
defaultEndpoint
public final String defaultEndpoint()
The endpoint of your Amazon Q Business web experience.
- Returns:
- The endpoint of your Amazon Q Business web experience.
-
status
public final WebExperienceStatus status()
The current status of the Amazon Q Business web experience. When the
Statusfield value isFAILED, theErrorMessagefield contains a description of the error that caused the data source connector to fail.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 current status of the Amazon Q Business web experience. When the
Statusfield value isFAILED, theErrorMessagefield contains a description of the error that caused the data source connector to fail. - See Also:
WebExperienceStatus
-
statusAsString
public final String statusAsString()
The current status of the Amazon Q Business web experience. When the
Statusfield value isFAILED, theErrorMessagefield contains a description of the error that caused the data source connector to fail.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 current status of the Amazon Q Business web experience. When the
Statusfield value isFAILED, theErrorMessagefield contains a description of the error that caused the data source connector to fail. - See Also:
WebExperienceStatus
-
createdAt
public final Instant createdAt()
The Unix timestamp when the Amazon Q Business web experience was last created.
- Returns:
- The Unix timestamp when the Amazon Q Business web experience was last created.
-
updatedAt
public final Instant updatedAt()
The Unix timestamp when the Amazon Q Business web experience was last updated.
- Returns:
- The Unix timestamp when the Amazon Q Business web experience was last updated.
-
title
public final String title()
The title for your Amazon Q Business web experience.
- Returns:
- The title for your Amazon Q Business web experience.
-
subtitle
public final String subtitle()
The subtitle for your Amazon Q Business web experience.
- Returns:
- The subtitle for your Amazon Q Business web experience.
-
welcomeMessage
public final String welcomeMessage()
The customized welcome message for end users of an Amazon Q Business web experience.
- Returns:
- The customized welcome message for end users of an Amazon Q Business web experience.
-
samplePromptsControlMode
public final WebExperienceSamplePromptsControlMode samplePromptsControlMode()
Determines whether sample prompts are enabled in the web experience for an end user.
If the service returns an enum value that is not available in the current SDK version,
samplePromptsControlModewill returnWebExperienceSamplePromptsControlMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsamplePromptsControlModeAsString().- Returns:
- Determines whether sample prompts are enabled in the web experience for an end user.
- See Also:
WebExperienceSamplePromptsControlMode
-
samplePromptsControlModeAsString
public final String samplePromptsControlModeAsString()
Determines whether sample prompts are enabled in the web experience for an end user.
If the service returns an enum value that is not available in the current SDK version,
samplePromptsControlModewill returnWebExperienceSamplePromptsControlMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsamplePromptsControlModeAsString().- Returns:
- Determines whether sample prompts are enabled in the web experience for an end user.
- See Also:
WebExperienceSamplePromptsControlMode
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) of the service role attached to your web experience.
- Returns:
- The Amazon Resource Name (ARN) of the service role attached to your web experience.
-
authenticationConfiguration
@Deprecated public final WebExperienceAuthConfiguration authenticationConfiguration()
Deprecated.Property associated with legacy SAML IdP flow. Deprecated in favor of using AWS IAM Identity Center for user management.The authentication configuration information for your Amazon Q Business web experience.
- Returns:
- The authentication configuration information for your Amazon Q Business web experience.
-
error
public final ErrorDetail error()
When the
Statusfield value isFAILED, theErrorMessagefield contains a description of the error that caused the data source connector to fail.- Returns:
- When the
Statusfield value isFAILED, theErrorMessagefield contains a description of the error that caused the data source connector to fail.
-
toBuilder
public GetWebExperienceResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetWebExperienceResponse.Builder,GetWebExperienceResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetWebExperienceResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetWebExperienceResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-