Class UpdateWebExperienceRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.qbusiness.model.QBusinessRequest
-
- software.amazon.awssdk.services.qbusiness.model.UpdateWebExperienceRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateWebExperienceRequest.Builder,UpdateWebExperienceRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateWebExperienceRequest extends QBusinessRequest implements ToCopyableBuilder<UpdateWebExperienceRequest.Builder,UpdateWebExperienceRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateWebExperienceRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationId()The identifier of the Amazon Q application attached to the web experience.WebExperienceAuthConfigurationauthenticationConfiguration()The authentication configuration of the Amazon Q web experience.static UpdateWebExperienceRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()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 UpdateWebExperienceRequest.Builder>serializableBuilderClass()Stringsubtitle()The subtitle of the Amazon Q web experience.Stringtitle()The title of the Amazon Q web experience.UpdateWebExperienceRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringwebExperienceId()The identifier of the Amazon Q web experience.StringwelcomeMessage()A customized welcome message for an end user in an Amazon Q web experience.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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 application attached to the web experience.
- Returns:
- The identifier of the Amazon Q application attached to the web experience.
-
authenticationConfiguration
public final WebExperienceAuthConfiguration authenticationConfiguration()
The authentication configuration of the Amazon Q web experience.
- Returns:
- The authentication configuration of the Amazon Q 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
-
subtitle
public final String subtitle()
The subtitle of the Amazon Q web experience.
- Returns:
- The subtitle of the Amazon Q web experience.
-
title
public final String title()
The title of the Amazon Q web experience.
- Returns:
- The title of the Amazon Q web experience.
-
webExperienceId
public final String webExperienceId()
The identifier of the Amazon Q web experience.
- Returns:
- The identifier of the Amazon Q web experience.
-
welcomeMessage
public final String welcomeMessage()
A customized welcome message for an end user in an Amazon Q web experience.
- Returns:
- A customized welcome message for an end user in an Amazon Q web experience.
-
toBuilder
public UpdateWebExperienceRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateWebExperienceRequest.Builder,UpdateWebExperienceRequest>- Specified by:
toBuilderin classQBusinessRequest
-
builder
public static UpdateWebExperienceRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateWebExperienceRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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 classSdkRequest
-
-