Class RepositoryAggregationResponse
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RepositoryAggregationResponse.Builder,RepositoryAggregationResponse>
A response that contains details on the results of a finding aggregation by repository.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe ID of the Amazon Web Services account associated with the findings.final LongThe number of container images impacted by the findings.builder()final StringThe cloud account ID for the repository aggregation.final StringThe cloud organization ID for the repository aggregation.final StringThe cloud infrastructure partition associated with this repository aggregation.final ProviderThe cloud service provider associated with this repository aggregation.final StringThe cloud service provider associated with this repository aggregation.final StringThe cloud Region associated with this repository 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 name of the repository associated with the findings.static Class<? extends RepositoryAggregationResponse.Builder> final SeverityCountsAn object that represent 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 name of the repository associated with the findings.
- Returns:
- The name of the repository associated with the findings.
-
accountId
The ID of the Amazon Web Services account associated with the findings.
- Returns:
- The ID of the Amazon Web Services account associated with the findings.
-
cloudProvider
The cloud service provider associated with this repository aggregation. Valid values:
-
AWS– Findings from Amazon Web Services resources. -
AZURE– Findings from Microsoft Azure resources.
If the service returns an enum value that is not available in the current SDK version,
cloudProviderwill returnProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcloudProviderAsString().- Returns:
- The cloud service provider associated with this repository aggregation. Valid values:
-
AWS– Findings from Amazon Web Services resources. -
AZURE– Findings from Microsoft Azure resources.
-
- See Also:
-
-
cloudProviderAsString
The cloud service provider associated with this repository aggregation. Valid values:
-
AWS– Findings from Amazon Web Services resources. -
AZURE– Findings from Microsoft Azure resources.
If the service returns an enum value that is not available in the current SDK version,
cloudProviderwill returnProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcloudProviderAsString().- Returns:
- The cloud service provider associated with this repository aggregation. Valid values:
-
AWS– Findings from Amazon Web Services resources. -
AZURE– Findings from Microsoft Azure resources.
-
- See Also:
-
-
cloudPartition
The cloud infrastructure partition associated with this repository 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 repository 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.
-
-
-
cloudRegion
The cloud Region associated with this repository 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 repository 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.
-
-
-
cloudOrgId
The cloud organization ID for the repository aggregation.
- Returns:
- The cloud organization ID for the repository aggregation.
-
cloudAccountId
The cloud account ID for the repository aggregation.
- Returns:
- The cloud account ID for the repository aggregation.
-
severityCounts
An object that represent the count of matched findings per severity.
- Returns:
- An object that represent the count of matched findings per severity.
-
affectedImages
The number of container images impacted by the findings.
- Returns:
- The number of container images impacted by the findings.
-
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<RepositoryAggregationResponse.Builder,RepositoryAggregationResponse> - 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.
-