Class CisCheckAggregation
- java.lang.Object
-
- software.amazon.awssdk.services.inspector2.model.CisCheckAggregation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CisCheckAggregation.Builder,CisCheckAggregation>
@Generated("software.amazon.awssdk:codegen") public final class CisCheckAggregation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CisCheckAggregation.Builder,CisCheckAggregation>
A CIS check.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCisCheckAggregation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The account ID for the CIS check.static CisCheckAggregation.Builderbuilder()StringcheckDescription()The description for the CIS check.StringcheckId()The check ID for the CIS check.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()CisSecurityLevellevel()The CIS check level.StringlevelAsString()The CIS check level.Stringplatform()The CIS check platform.StringscanArn()The scan ARN for the CIS check scan ARN.List<SdkField<?>>sdkFields()static Class<? extends CisCheckAggregation.Builder>serializableBuilderClass()StatusCountsstatusCounts()The CIS check status counts.Stringtitle()The CIS check title.CisCheckAggregation.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
-
accountId
public final String accountId()
The account ID for the CIS check.
- Returns:
- The account ID for the CIS check.
-
checkDescription
public final String checkDescription()
The description for the CIS check.
- Returns:
- The description for the CIS check.
-
checkId
public final String checkId()
The check ID for the CIS check.
- Returns:
- The check ID for the CIS check.
-
level
public final CisSecurityLevel level()
The CIS check level.
If the service returns an enum value that is not available in the current SDK version,
levelwill returnCisSecurityLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlevelAsString().- Returns:
- The CIS check level.
- See Also:
CisSecurityLevel
-
levelAsString
public final String levelAsString()
The CIS check level.
If the service returns an enum value that is not available in the current SDK version,
levelwill returnCisSecurityLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlevelAsString().- Returns:
- The CIS check level.
- See Also:
CisSecurityLevel
-
platform
public final String platform()
The CIS check platform.
- Returns:
- The CIS check platform.
-
scanArn
public final String scanArn()
The scan ARN for the CIS check scan ARN.
- Returns:
- The scan ARN for the CIS check scan ARN.
-
statusCounts
public final StatusCounts statusCounts()
The CIS check status counts.
- Returns:
- The CIS check status counts.
-
title
public final String title()
The CIS check title.
- Returns:
- The CIS check title.
-
toBuilder
public CisCheckAggregation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CisCheckAggregation.Builder,CisCheckAggregation>
-
builder
public static CisCheckAggregation.Builder builder()
-
serializableBuilderClass
public static Class<? extends CisCheckAggregation.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.
-
-