Class GetRetrieverResponse
- 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.GetRetrieverResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetRetrieverResponse.Builder,GetRetrieverResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetRetrieverResponse extends QBusinessResponse implements ToCopyableBuilder<GetRetrieverResponse.Builder,GetRetrieverResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetRetrieverResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationId()The identifier of the Amazon Q application using the retriever.static GetRetrieverResponse.Builderbuilder()RetrieverConfigurationconfiguration()Returns the value of the Configuration property for this object.InstantcreatedAt()The Unix timestamp when the retriever was created.StringdisplayName()The name of the retriever.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringretrieverArn()The Amazon Resource Name (ARN) of the IAM role associated with the retriever.StringretrieverId()The identifier of the retriever.StringroleArn()The Amazon Resource Name (ARN) of the role with the permission to access the retriever and required resources.List<SdkField<?>>sdkFields()static Class<? extends GetRetrieverResponse.Builder>serializableBuilderClass()RetrieverStatusstatus()The status of the retriever.StringstatusAsString()The status of the retriever.GetRetrieverResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.RetrieverTypetype()The type of the retriever.StringtypeAsString()The type of the retriever.InstantupdatedAt()The Unix timestamp when the retriever 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
-
applicationId
public final String applicationId()
The identifier of the Amazon Q application using the retriever.
- Returns:
- The identifier of the Amazon Q application using the retriever.
-
configuration
public final RetrieverConfiguration configuration()
Returns the value of the Configuration property for this object.- Returns:
- The value of the Configuration property for this object.
-
createdAt
public final Instant createdAt()
The Unix timestamp when the retriever was created.
- Returns:
- The Unix timestamp when the retriever was created.
-
displayName
public final String displayName()
The name of the retriever.
- Returns:
- The name of the retriever.
-
retrieverArn
public final String retrieverArn()
The Amazon Resource Name (ARN) of the IAM role associated with the retriever.
- Returns:
- The Amazon Resource Name (ARN) of the IAM role associated with the retriever.
-
retrieverId
public final String retrieverId()
The identifier of the retriever.
- Returns:
- The identifier of the retriever.
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) of the role with the permission to access the retriever and required resources.
- Returns:
- The Amazon Resource Name (ARN) of the role with the permission to access the retriever and required resources.
-
status
public final RetrieverStatus status()
The status of the retriever.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnRetrieverStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the retriever.
- See Also:
RetrieverStatus
-
statusAsString
public final String statusAsString()
The status of the retriever.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnRetrieverStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the retriever.
- See Also:
RetrieverStatus
-
type
public final RetrieverType type()
The type of the retriever.
If the service returns an enum value that is not available in the current SDK version,
typewill returnRetrieverType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the retriever.
- See Also:
RetrieverType
-
typeAsString
public final String typeAsString()
The type of the retriever.
If the service returns an enum value that is not available in the current SDK version,
typewill returnRetrieverType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the retriever.
- See Also:
RetrieverType
-
updatedAt
public final Instant updatedAt()
The Unix timestamp when the retriever was last updated.
- Returns:
- The Unix timestamp when the retriever was last updated.
-
toBuilder
public GetRetrieverResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetRetrieverResponse.Builder,GetRetrieverResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetRetrieverResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetRetrieverResponse.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
-
-