Class ImageLayerAggregationResponse
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ImageLayerAggregationResponse.Builder,ImageLayerAggregationResponse>
A response that contains the results of a finding aggregation by image layer.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe ID of the Amazon Web Services account that owns the container image hosting the layer image.builder()final StringThe cloud account ID for the image layer aggregation.final StringThe cloud organization ID for the image layer aggregation.final StringThe cloud infrastructure partition associated with this image layer aggregation.final StringThe cloud service provider associated with this image layer aggregation.final StringThe cloud Region associated with this image layer aggregation.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 StringThe layer hash.final StringThe repository the layer resides in.final StringThe resource ID of the container image layer.static Class<? extends ImageLayerAggregationResponse.Builder> final SeverityCountsAn object that represents the count of matched findings per severity.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.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
repository
The repository the layer resides in.
- Returns:
- The repository the layer resides in.
-
resourceId
The resource ID of the container image layer.
- Returns:
- The resource ID of the container image layer.
-
layerHash
-
accountId
The ID of the Amazon Web Services account that owns the container image hosting the layer image.
- Returns:
- The ID of the Amazon Web Services account that owns the container image hosting the layer image.
-
cloudProvider
The cloud service provider associated with this image layer aggregation. Valid values:
-
AWS– Findings from Amazon Web Services resources. -
AZURE– Findings from Microsoft Azure resources.
- Returns:
- The cloud service provider associated with this image layer aggregation. Valid values:
-
AWS– Findings from Amazon Web Services resources. -
AZURE– Findings from Microsoft Azure resources.
-
-
-
cloudAccountId
The cloud account ID for the image layer aggregation.
- Returns:
- The cloud account ID for the image layer aggregation.
-
cloudOrgId
The cloud organization ID for the image layer aggregation.
- Returns:
- The cloud organization ID for the image layer aggregation.
-
cloudRegion
The cloud Region associated with this image layer aggregation. The value format depends on the cloud provider:
-
An Amazon Web Services Region, such as
us-east-1. -
An Azure region, such as
eastus.
- Returns:
- The cloud Region associated with this image layer aggregation. The value format depends on the cloud
provider:
-
An Amazon Web Services Region, such as
us-east-1. -
An Azure region, such as
eastus.
-
-
-
cloudPartition
The cloud infrastructure partition associated with this image layer aggregation. Valid values:
-
aws– Amazon Web Services commercial Regions. -
aws-cn– Amazon Web Services China Regions. -
aws-us-gov– Amazon Web Services GovCloud (US) Regions. -
AzureCloud– Azure commercial Regions.
- Returns:
- The cloud infrastructure partition associated with this image layer aggregation. Valid values:
-
aws– Amazon Web Services commercial Regions. -
aws-cn– Amazon Web Services China Regions. -
aws-us-gov– Amazon Web Services GovCloud (US) Regions. -
AzureCloud– Azure commercial Regions.
-
-
-
severityCounts
An object that represents the count of matched findings per severity.
- Returns:
- An object that represents the count of matched findings per severity.
-
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<ImageLayerAggregationResponse.Builder,ImageLayerAggregationResponse> - 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.
-