Class InquiryDetail
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InquiryDetail.Builder,InquiryDetail>
Detailed information about a compliance inquiry.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()ARN of the compliance inquiry resource.static InquiryDetail.Builderbuilder()final InstantTimestamp indicating when the resource was created.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()Unique resource ID for the compliance inquiry.final InputSourceType of inquiry content (text or file).final StringType of inquiry content (text or file).final Stringname()Title of the inquiry.static Class<? extends InquiryDetail.Builder> final InquiryStatusstatus()Current processing status of the inquiry.final StringCurrent processing status of the inquiry.final InquiryStatusMessageStatus message providing additional context.final StringStatus message providing additional context.final InquirySupportModeSupport mode for this inquiry.final StringSupport mode for this inquiry.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final InstantTimestamp indicating when the resource was last modified.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
arn
ARN of the compliance inquiry resource.
- Returns:
- ARN of the compliance inquiry resource.
-
name
-
id
Unique resource ID for the compliance inquiry.
- Returns:
- Unique resource ID for the compliance inquiry.
-
status
Current processing status of the inquiry.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnInquiryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Current processing status of the inquiry.
- See Also:
-
statusAsString
Current processing status of the inquiry.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnInquiryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Current processing status of the inquiry.
- See Also:
-
statusMessage
Status message providing additional context.
If the service returns an enum value that is not available in the current SDK version,
statusMessagewill returnInquiryStatusMessage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusMessageAsString().- Returns:
- Status message providing additional context.
- See Also:
-
statusMessageAsString
Status message providing additional context.
If the service returns an enum value that is not available in the current SDK version,
statusMessagewill returnInquiryStatusMessage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusMessageAsString().- Returns:
- Status message providing additional context.
- See Also:
-
inputSource
Type of inquiry content (text or file).
If the service returns an enum value that is not available in the current SDK version,
inputSourcewill returnInputSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominputSourceAsString().- Returns:
- Type of inquiry content (text or file).
- See Also:
-
inputSourceAsString
Type of inquiry content (text or file).
If the service returns an enum value that is not available in the current SDK version,
inputSourcewill returnInputSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominputSourceAsString().- Returns:
- Type of inquiry content (text or file).
- See Also:
-
createdAt
Timestamp indicating when the resource was created.
- Returns:
- Timestamp indicating when the resource was created.
-
updatedAt
Timestamp indicating when the resource was last modified.
- Returns:
- Timestamp indicating when the resource was last modified.
-
supportMode
Support mode for this inquiry. AI_ONLY provides AI-generated responses. FULL_SUPPORT includes human expert review.
If the service returns an enum value that is not available in the current SDK version,
supportModewill returnInquirySupportMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsupportModeAsString().- Returns:
- Support mode for this inquiry. AI_ONLY provides AI-generated responses. FULL_SUPPORT includes human expert review.
- See Also:
-
supportModeAsString
Support mode for this inquiry. AI_ONLY provides AI-generated responses. FULL_SUPPORT includes human expert review.
If the service returns an enum value that is not available in the current SDK version,
supportModewill returnInquirySupportMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsupportModeAsString().- Returns:
- Support mode for this inquiry. AI_ONLY provides AI-generated responses. FULL_SUPPORT includes human expert review.
- See Also:
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<InquiryDetail.Builder,InquiryDetail> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-