Class InspectorServiceAttributes
java.lang.Object
com.amazonaws.services.inspector.model.InspectorServiceAttributes
- All Implemented Interfaces:
Serializable
,Cloneable
This data type is used in the Finding data type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ARN of the assessment run during which the finding is generated.The ARN of the rules package that is used to generate the finding.The schema version of this data type.int
hashCode()
void
setAssessmentRunArn
(String assessmentRunArn) The ARN of the assessment run during which the finding is generated.void
setRulesPackageArn
(String rulesPackageArn) The ARN of the rules package that is used to generate the finding.void
setSchemaVersion
(Integer schemaVersion) The schema version of this data type.toString()
Returns a string representation of this object; useful for testing and debugging.withAssessmentRunArn
(String assessmentRunArn) The ARN of the assessment run during which the finding is generated.withRulesPackageArn
(String rulesPackageArn) The ARN of the rules package that is used to generate the finding.withSchemaVersion
(Integer schemaVersion) The schema version of this data type.
-
Constructor Details
-
InspectorServiceAttributes
public InspectorServiceAttributes()
-
-
Method Details
-
setSchemaVersion
The schema version of this data type.
- Parameters:
schemaVersion
- The schema version of this data type.
-
getSchemaVersion
The schema version of this data type.
- Returns:
- The schema version of this data type.
-
withSchemaVersion
The schema version of this data type.
- Parameters:
schemaVersion
- The schema version of this data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAssessmentRunArn
The ARN of the assessment run during which the finding is generated.
- Parameters:
assessmentRunArn
- The ARN of the assessment run during which the finding is generated.
-
getAssessmentRunArn
The ARN of the assessment run during which the finding is generated.
- Returns:
- The ARN of the assessment run during which the finding is generated.
-
withAssessmentRunArn
The ARN of the assessment run during which the finding is generated.
- Parameters:
assessmentRunArn
- The ARN of the assessment run during which the finding is generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRulesPackageArn
The ARN of the rules package that is used to generate the finding.
- Parameters:
rulesPackageArn
- The ARN of the rules package that is used to generate the finding.
-
getRulesPackageArn
The ARN of the rules package that is used to generate the finding.
- Returns:
- The ARN of the rules package that is used to generate the finding.
-
withRulesPackageArn
The ARN of the rules package that is used to generate the finding.
- Parameters:
rulesPackageArn
- The ARN of the rules package that is used to generate the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-