@Generated(value="software.amazon.awssdk:codegen") public final class Control extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Control.Builder,Control>
A control in AWS Audit Manager.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Control.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
actionPlanInstructions()
The recommended actions to carry out if the control is not fulfilled.
|
String |
actionPlanTitle()
The title of the action plan for remediating the control.
|
String |
arn()
The Amazon Resource Name (ARN) of the specified control.
|
static Control.Builder |
builder() |
List<ControlMappingSource> |
controlMappingSources()
The data mapping sources for the specified control.
|
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.
|
String |
createdBy()
The IAM user or role that created the control.
|
String |
description()
The description of the specified control.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasControlMappingSources()
Returns true if the ControlMappingSources property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
id()
The unique identifier for the control.
|
Instant |
lastUpdatedAt()
Specifies when the control was most recently updated.
|
String |
lastUpdatedBy()
The IAM user or role that most recently updated the control.
|
String |
name()
The name of the specified control.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Control.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
The tags associated with the control.
|
String |
testingInformation()
The steps to follow to determine if the control has been satisfied.
|
Control.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ControlType |
type()
The type of control, such as custom or standard.
|
String |
typeAsString()
The type of control, such as custom or standard.
|
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 control.
public final ControlType type()
The type of control, such as custom or standard.
If the service returns an enum value that is not available in the current SDK version, type will return
ControlType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ControlTypepublic final String typeAsString()
The type of control, such as custom or standard.
If the service returns an enum value that is not available in the current SDK version, type will return
ControlType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ControlTypepublic final String name()
The name of the specified control.
public final String description()
The description of the specified control.
public final String testingInformation()
The steps to follow to determine if the control has been satisfied.
public final String actionPlanTitle()
The title of the action plan for remediating the control.
public final String actionPlanInstructions()
The recommended actions to carry out if the control is not fulfilled.
public final String controlSources()
The data source that determines from where AWS Audit Manager collects evidence for the control.
public final boolean hasControlMappingSources()
public final List<ControlMappingSource> controlMappingSources()
The data mapping sources for the specified control.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasControlMappingSources() to see if a value was sent in this field.
public final Instant createdAt()
Specifies when the control was created.
public final Instant lastUpdatedAt()
Specifies when the control was most recently updated.
public final String createdBy()
The IAM user or role that created the control.
public final String lastUpdatedBy()
The IAM user or role that most recently updated the control.
public final boolean hasTags()
public final Map<String,String> tags()
The tags associated with the control.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public Control.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Control.Builder,Control>public static Control.Builder builder()
public static Class<? extends Control.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.