Class AmiAggregationResponse
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AmiAggregationResponse.Builder,AmiAggregationResponse>
A response that contains the results of a finding aggregation by AMI.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe Amazon Web Services account ID for the AMI.final LongThe IDs of Amazon EC2 instances using this AMI.final Stringami()The ID of the AMI that findings were aggregated for.builder()final StringThe cloud account ID for the AMI aggregation.final StringThe cloud organization ID for the AMI aggregation.final StringThe cloud infrastructure partition associated with this AMI aggregation.final ProviderThe cloud service provider associated with this Amazon Machine Image (AMI) aggregation.final StringThe cloud service provider associated with this Amazon Machine Image (AMI) aggregation.final StringThe cloud Region associated with this AMI 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()static Class<? extends AmiAggregationResponse.Builder> final SeverityCountsAn object that contains 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
-
ami
The ID of the AMI that findings were aggregated for.
- Returns:
- The ID of the AMI that findings were aggregated for.
-
accountId
The Amazon Web Services account ID for the AMI.
- Returns:
- The Amazon Web Services account ID for the AMI.
-
cloudProvider
The cloud service provider associated with this Amazon Machine Image (AMI) 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 Amazon Machine Image (AMI) 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 Amazon Machine Image (AMI) 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 Amazon Machine Image (AMI) 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 AMI 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 AMI 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 AMI 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 AMI 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 AMI aggregation.
- Returns:
- The cloud organization ID for the AMI aggregation.
-
cloudAccountId
The cloud account ID for the AMI aggregation.
- Returns:
- The cloud account ID for the AMI aggregation.
-
severityCounts
An object that contains the count of matched findings per severity.
- Returns:
- An object that contains the count of matched findings per severity.
-
affectedInstances
The IDs of Amazon EC2 instances using this AMI.
- Returns:
- The IDs of Amazon EC2 instances using this AMI.
-
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<AmiAggregationResponse.Builder,AmiAggregationResponse> - 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.
-