Class Attribute
java.lang.Object
com.amazonaws.services.inspector.model.Attribute
- All Implemented Interfaces:
Serializable, Cloneable
This data type is used as a request parameter in the AddAttributesToFindings and CreateAssessmentTemplate actions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetKey()The attribute key.getValue()The value assigned to the attribute key.inthashCode()voidThe attribute key.voidThe value assigned to the attribute key.toString()Returns a string representation of this object; useful for testing and debugging.The attribute key.The value assigned to the attribute key.
-
Constructor Details
-
Attribute
public Attribute()
-
-
Method Details
-
setKey
-
getKey
-
withKey
-
setValue
The value assigned to the attribute key.
- Parameters:
value- The value assigned to the attribute key.
-
getValue
The value assigned to the attribute key.
- Returns:
- The value assigned to the attribute key.
-
withValue
-
toString
-
equals
-
hashCode
-
clone
-