Class DescribeResourceScanResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeResourceScanResponse.Builder,DescribeResourceScanResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final InstantendTime()The time that the resource scan was finished.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final booleanFor responses, this returns true if the service returned a value for the ResourceTypes property.final booleanFor responses, this returns true if the service returned a value for the ScanFilters property.final DoubleThe percentage of the resource scan that has been completed.final StringThe Amazon Resource Name (ARN) of the resource scan.final IntegerThe number of resources that were read.final IntegerThe number of resources that were listed.The list of resource types for the specified scan.final List<ScanFilter>The scan filters that were used.static Class<? extends DescribeResourceScanResponse.Builder>final InstantThe time that the resource scan was started.final ResourceScanStatusstatus()Status of the resource scan.final StringStatus of the resource scan.final StringThe reason for the resource scan status, providing more information if a failure happened.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
resourceScanId
The Amazon Resource Name (ARN) of the resource scan. The format is
arn:${Partition}:cloudformation:${Region}:${Account}:resourceScan/${Id}. An example isarn:aws:cloudformation:us-east-1:123456789012:resourceScan/f5b490f7-7ed4-428a-aa06-31ff25db0772.- Returns:
- The Amazon Resource Name (ARN) of the resource scan. The format is
arn:${Partition}:cloudformation:${Region}:${Account}:resourceScan/${Id}. An example isarn:aws:cloudformation:us-east-1:123456789012:resourceScan/f5b490f7-7ed4-428a-aa06-31ff25db0772.
-
status
Status of the resource scan.
- IN_PROGRESS
-
The resource scan is still in progress.
- COMPLETE
-
The resource scan is complete.
- EXPIRED
-
The resource scan has expired.
- FAILED
-
The resource scan has failed.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnResourceScanStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Status of the resource scan.
- IN_PROGRESS
-
The resource scan is still in progress.
- COMPLETE
-
The resource scan is complete.
- EXPIRED
-
The resource scan has expired.
- FAILED
-
The resource scan has failed.
- See Also:
-
statusAsString
Status of the resource scan.
- IN_PROGRESS
-
The resource scan is still in progress.
- COMPLETE
-
The resource scan is complete.
- EXPIRED
-
The resource scan has expired.
- FAILED
-
The resource scan has failed.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnResourceScanStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Status of the resource scan.
- IN_PROGRESS
-
The resource scan is still in progress.
- COMPLETE
-
The resource scan is complete.
- EXPIRED
-
The resource scan has expired.
- FAILED
-
The resource scan has failed.
- See Also:
-
statusReason
The reason for the resource scan status, providing more information if a failure happened.
- Returns:
- The reason for the resource scan status, providing more information if a failure happened.
-
startTime
The time that the resource scan was started.
- Returns:
- The time that the resource scan was started.
-
endTime
The time that the resource scan was finished.
- Returns:
- The time that the resource scan was finished.
-
percentageCompleted
The percentage of the resource scan that has been completed.
- Returns:
- The percentage of the resource scan that has been completed.
-
hasResourceTypes
public final boolean hasResourceTypes()For responses, this returns true if the service returned a value for the ResourceTypes property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
resourceTypes
The list of resource types for the specified scan. Resource types are only available for scans with a
Statusset toCOMPLETEorFAILED.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasResourceTypes()method.- Returns:
- The list of resource types for the specified scan. Resource types are only available for scans with a
Statusset toCOMPLETEorFAILED.
-
resourcesScanned
The number of resources that were listed. This is only available for scans with a
Statusset toCOMPLETE,EXPIRED, orFAILED.- Returns:
- The number of resources that were listed. This is only available for scans with a
Statusset toCOMPLETE,EXPIRED, orFAILED.
-
resourcesRead
The number of resources that were read. This is only available for scans with a
Statusset toCOMPLETE,EXPIRED, orFAILED.This field may be 0 if the resource scan failed with a
ResourceScanLimitExceededException.- Returns:
- The number of resources that were read. This is only available for scans with a
Statusset toCOMPLETE,EXPIRED, orFAILED.This field may be 0 if the resource scan failed with a
ResourceScanLimitExceededException.
-
hasScanFilters
public final boolean hasScanFilters()For responses, this returns true if the service returned a value for the ScanFilters property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
scanFilters
The scan filters that were used.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasScanFilters()method.- Returns:
- The scan filters that were used.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeResourceScanResponse.Builder,DescribeResourceScanResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-