Class ConfigurationPolicySummary
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.ConfigurationPolicySummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConfigurationPolicySummary.Builder,ConfigurationPolicySummary>
@Generated("software.amazon.awssdk:codegen") public final class ConfigurationPolicySummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfigurationPolicySummary.Builder,ConfigurationPolicySummary>
An object that contains the details of an Security Hub configuration policy that’s returned in a
ListConfigurationPoliciesrequest.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfigurationPolicySummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the configuration policy.static ConfigurationPolicySummary.Builderbuilder()Stringdescription()The description of the configuration policy.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The universally unique identifier (UUID) of the configuration policy.Stringname()The name of the configuration policy.List<SdkField<?>>sdkFields()static Class<? extends ConfigurationPolicySummary.Builder>serializableBuilderClass()BooleanserviceEnabled()Indicates whether the service that the configuration policy applies to is enabled in the policy.ConfigurationPolicySummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.-
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 Amazon Resource Name (ARN) of the configuration policy.
- Returns:
- The Amazon Resource Name (ARN) of the configuration policy.
-
id
public final String id()
The universally unique identifier (UUID) of the configuration policy.
- Returns:
- The universally unique identifier (UUID) of the configuration policy.
-
name
public final String name()
The name of the configuration policy. Alphanumeric characters and the following ASCII characters are permitted:
-, ., !, *, /.- Returns:
- The name of the configuration policy. Alphanumeric characters and the following ASCII characters are
permitted:
-, ., !, *, /.
-
description
public final String description()
The description of the configuration policy.
- Returns:
- The description of the configuration policy.
-
updatedAt
public final Instant updatedAt()
The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.
- Returns:
- The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.
-
serviceEnabled
public final Boolean serviceEnabled()
Indicates whether the service that the configuration policy applies to is enabled in the policy.
- Returns:
- Indicates whether the service that the configuration policy applies to is enabled in the policy.
-
toBuilder
public ConfigurationPolicySummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConfigurationPolicySummary.Builder,ConfigurationPolicySummary>
-
builder
public static ConfigurationPolicySummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConfigurationPolicySummary.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.
-
-