@Generated(value="software.amazon.awssdk:codegen") public final class ControlMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ControlMetadata.Builder,ControlMetadata>
The metadata associated with the specified standard or custom control.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ControlMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the specified control.
|
static ControlMetadata.Builder |
builder() |
String |
controlSources()
The data source that determines from where AWS Audit Manager collects evidence for the control.
|
Instant |
createdAt()
Specifies when the control was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier for the specified control.
|
Instant |
lastUpdatedAt()
Specifies when the control was most recently updated.
|
String |
name()
The name of the specified control.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ControlMetadata.Builder> |
serializableBuilderClass() |
ControlMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the specified control.
public final String id()
The unique identifier for the specified control.
public final String name()
The name of the specified control.
public final String controlSources()
The data source that determines from where AWS Audit Manager collects evidence for the control.
public final Instant createdAt()
Specifies when the control was created.
public final Instant lastUpdatedAt()
Specifies when the control was most recently updated.
public ControlMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ControlMetadata.Builder,ControlMetadata>public static ControlMetadata.Builder builder()
public static Class<? extends ControlMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.