@Generated(value="software.amazon.awssdk:codegen") public final class AssessmentControlSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssessmentControlSet.Builder,AssessmentControlSet>
Represents a set of controls in an AWS Audit Manager assessment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssessmentControlSet.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssessmentControlSet.Builder |
builder() |
List<AssessmentControl> |
controls()
The list of controls contained with the control set.
|
List<Delegation> |
delegations()
The delegations associated with the control set.
|
String |
description()
The description for the control set.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasControls()
Returns true if the Controls property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasDelegations()
Returns true if the Delegations 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 |
hasRoles()
Returns true if the Roles 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 identifier of the control set in the assessment.
|
Integer |
manualEvidenceCount()
The total number of evidence objects uploaded manually to the control set.
|
List<Role> |
roles()
The roles associated with the control set.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssessmentControlSet.Builder> |
serializableBuilderClass() |
ControlSetStatus |
status()
Specifies the current status of the control set.
|
String |
statusAsString()
Specifies the current status of the control set.
|
Integer |
systemEvidenceCount()
The total number of evidence objects retrieved automatically for the control set.
|
AssessmentControlSet.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier of the control set in the assessment. This is the control set name in a plain string format.
public final String description()
The description for the control set.
public final ControlSetStatus status()
Specifies the current status of the control set.
If the service returns an enum value that is not available in the current SDK version, status will
return ControlSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ControlSetStatuspublic final String statusAsString()
Specifies the current status of the control set.
If the service returns an enum value that is not available in the current SDK version, status will
return ControlSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ControlSetStatuspublic final boolean hasRoles()
public final List<Role> roles()
The roles associated with the control set.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasRoles() to see if a value was sent in this field.
public final boolean hasControls()
public final List<AssessmentControl> controls()
The list of controls contained with the control set.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasControls() to see if a value was sent in this field.
public final boolean hasDelegations()
public final List<Delegation> delegations()
The delegations associated with the control set.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDelegations() to see if a value was sent in this field.
public final Integer systemEvidenceCount()
The total number of evidence objects retrieved automatically for the control set.
public final Integer manualEvidenceCount()
The total number of evidence objects uploaded manually to the control set.
public AssessmentControlSet.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssessmentControlSet.Builder,AssessmentControlSet>public static AssessmentControlSet.Builder builder()
public static Class<? extends AssessmentControlSet.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.