Class GetApplicationResponse
- 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.GetApplicationResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetApplicationResponse extends QBusinessResponse implements ToCopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetApplicationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationArn()The Amazon Resource Name (ARN) of the Amazon Q Business application.StringapplicationId()The identifier of the Amazon Q Business application.AppliedAttachmentsConfigurationattachmentsConfiguration()Settings for whether end users can upload files directly during chat.static GetApplicationResponse.Builderbuilder()InstantcreatedAt()The Unix timestamp when the Amazon Q Business application was last updated.Stringdescription()A description for the Amazon Q Business application.StringdisplayName()The name of the Amazon Q Business application.EncryptionConfigurationencryptionConfiguration()The identifier of the Amazon Web Services KMS key that is used to encrypt your data.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ErrorDetailerror()If theStatusfield is set toERROR, theErrorMessagefield contains a description of the error that caused the synchronization to fail.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringidentityCenterApplicationArn()The Amazon Resource Name (ARN) of the AWS IAM Identity Center instance attached to your Amazon Q Business application.PersonalizationConfigurationpersonalizationConfiguration()Configuration information about chat response personalization.QAppsConfigurationqAppsConfiguration()Settings for whether end users can create and use Amazon Q Apps in the web experience.StringroleArn()The Amazon Resource Name (ARN) of the IAM with permissions to access your CloudWatch logs and metrics.List<SdkField<?>>sdkFields()static Class<? extends GetApplicationResponse.Builder>serializableBuilderClass()ApplicationStatusstatus()The status of the Amazon Q Business application.StringstatusAsString()The status of the Amazon Q Business application.GetApplicationResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The Unix timestamp when the Amazon Q Business application was last updated.-
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
-
displayName
public final String displayName()
The name of the Amazon Q Business application.
- Returns:
- The name of the Amazon Q Business application.
-
applicationId
public final String applicationId()
The identifier of the Amazon Q Business application.
- Returns:
- The identifier of the Amazon Q Business application.
-
applicationArn
public final String applicationArn()
The Amazon Resource Name (ARN) of the Amazon Q Business application.
- Returns:
- The Amazon Resource Name (ARN) of the Amazon Q Business application.
-
identityCenterApplicationArn
public final String identityCenterApplicationArn()
The Amazon Resource Name (ARN) of the AWS IAM Identity Center instance attached to your Amazon Q Business application.
- Returns:
- The Amazon Resource Name (ARN) of the AWS IAM Identity Center instance attached to your Amazon Q Business application.
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) of the IAM with permissions to access your CloudWatch logs and metrics.
- Returns:
- The Amazon Resource Name (ARN) of the IAM with permissions to access your CloudWatch logs and metrics.
-
status
public final ApplicationStatus status()
The status of the Amazon Q Business application.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnApplicationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the Amazon Q Business application.
- See Also:
ApplicationStatus
-
statusAsString
public final String statusAsString()
The status of the Amazon Q Business application.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnApplicationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the Amazon Q Business application.
- See Also:
ApplicationStatus
-
description
public final String description()
A description for the Amazon Q Business application.
- Returns:
- A description for the Amazon Q Business application.
-
encryptionConfiguration
public final EncryptionConfiguration encryptionConfiguration()
The identifier of the Amazon Web Services KMS key that is used to encrypt your data. Amazon Q Business doesn't support asymmetric keys.
- Returns:
- The identifier of the Amazon Web Services KMS key that is used to encrypt your data. Amazon Q Business doesn't support asymmetric keys.
-
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 the Amazon Q Business application was last updated.
- Returns:
- The Unix timestamp when the Amazon Q Business application was last updated.
-
error
public final ErrorDetail error()
If the
Statusfield is set toERROR, theErrorMessagefield contains a description of the error that caused the synchronization to fail.- Returns:
- If the
Statusfield is set toERROR, theErrorMessagefield contains a description of the error that caused the synchronization to fail.
-
attachmentsConfiguration
public final AppliedAttachmentsConfiguration attachmentsConfiguration()
Settings for whether end users can upload files directly during chat.
- Returns:
- Settings for whether end users can upload files directly during chat.
-
qAppsConfiguration
public final QAppsConfiguration qAppsConfiguration()
Settings for whether end users can create and use Amazon Q Apps in the web experience.
- Returns:
- Settings for whether end users can create and use Amazon Q Apps in the web experience.
-
personalizationConfiguration
public final PersonalizationConfiguration personalizationConfiguration()
Configuration information about chat response personalization. For more information, see Personalizing chat responses.
- Returns:
- Configuration information about chat response personalization. For more information, see Personalizing chat responses.
-
toBuilder
public GetApplicationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetApplicationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetApplicationResponse.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
-
-