Class InspectorServiceAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.inspector.model.InspectorServiceAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InspectorServiceAttributes.Builder,InspectorServiceAttributes>
@Generated("software.amazon.awssdk:codegen") public final class InspectorServiceAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InspectorServiceAttributes.Builder,InspectorServiceAttributes>
This data type is used in the Finding data type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInspectorServiceAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassessmentRunArn()The ARN of the assessment run during which the finding is generated.static InspectorServiceAttributes.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrulesPackageArn()The ARN of the rules package that is used to generate the finding.IntegerschemaVersion()The schema version of this data type.List<SdkField<?>>sdkFields()static Class<? extends InspectorServiceAttributes.Builder>serializableBuilderClass()InspectorServiceAttributes.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
schemaVersion
public final Integer schemaVersion()
The schema version of this data type.
- Returns:
- The schema version of this data type.
-
assessmentRunArn
public final String assessmentRunArn()
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.
-
rulesPackageArn
public final String rulesPackageArn()
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.
-
toBuilder
public InspectorServiceAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InspectorServiceAttributes.Builder,InspectorServiceAttributes>
-
builder
public static InspectorServiceAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends InspectorServiceAttributes.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-