@Generated(value="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.
| 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 control.
|
static ControlMetadata.Builder |
builder() |
String |
controlSources()
The data source that determines where Audit Manager collects evidence from 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 control.
|
Instant |
lastUpdatedAt()
Specifies when the control was most recently updated.
|
String |
name()
The name of the 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 control.
public final String id()
The unique identifier for the control.
public final String name()
The name of the control.
public final String controlSources()
The data source that determines where Audit Manager collects evidence from 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 © 2022. All rights reserved.