Class ControlMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.auditmanager.model.ControlMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ControlMetadata.Builder,ControlMetadata>
@Generated("software.amazon.awssdk:codegen") public final class ControlMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ControlMetadata.Builder,ControlMetadata>
The metadata that's associated with the standard control or custom control.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceControlMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the control.static ControlMetadata.Builderbuilder()StringcontrolSources()The data source that determines where Audit Manager collects evidence from for the control.InstantcreatedAt()The time when the control was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique identifier for the control.InstantlastUpdatedAt()The time when the control was most recently updated.Stringname()The name of the control.List<SdkField<?>>sdkFields()static Class<? extends ControlMetadata.Builder>serializableBuilderClass()ControlMetadata.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
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the control.
- Returns:
- The Amazon Resource Name (ARN) of the control.
-
id
public final String id()
The unique identifier for the control.
- Returns:
- The unique identifier for the control.
-
name
public final String name()
The name of the control.
- Returns:
- The name of the control.
-
controlSources
public final String controlSources()
The data source that determines where Audit Manager collects evidence from for the control.
- Returns:
- The data source that determines where Audit Manager collects evidence from for the control.
-
createdAt
public final Instant createdAt()
The time when the control was created.
- Returns:
- The time when the control was created.
-
lastUpdatedAt
public final Instant lastUpdatedAt()
The time when the control was most recently updated.
- Returns:
- The time when the control was most recently updated.
-
toBuilder
public ControlMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ControlMetadata.Builder,ControlMetadata>
-
builder
public static ControlMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends ControlMetadata.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.
-
-