Class RulesPackage
- java.lang.Object
-
- software.amazon.awssdk.services.inspector.model.RulesPackage
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RulesPackage.Builder,RulesPackage>
@Generated("software.amazon.awssdk:codegen") public final class RulesPackage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RulesPackage.Builder,RulesPackage>
Contains information about an Amazon Inspector rules package. This data type is used as the response element in the DescribeRulesPackages action.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRulesPackage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the rules package.static RulesPackage.Builderbuilder()Stringdescription()The description of the rules package.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the rules package.Stringprovider()The provider of the rules package.List<SdkField<?>>sdkFields()static Class<? extends RulesPackage.Builder>serializableBuilderClass()RulesPackage.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()The version ID of the rules package.-
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
-
arn
public final String arn()
The ARN of the rules package.
- Returns:
- The ARN of the rules package.
-
name
public final String name()
The name of the rules package.
- Returns:
- The name of the rules package.
-
version
public final String version()
The version ID of the rules package.
- Returns:
- The version ID of the rules package.
-
provider
public final String provider()
The provider of the rules package.
- Returns:
- The provider of the rules package.
-
description
public final String description()
The description of the rules package.
- Returns:
- The description of the rules package.
-
toBuilder
public RulesPackage.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RulesPackage.Builder,RulesPackage>
-
builder
public static RulesPackage.Builder builder()
-
serializableBuilderClass
public static Class<? extends RulesPackage.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.
-
-