@Generated(value="software.amazon.awssdk:codegen") public final class AssessmentFramework extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssessmentFramework.Builder,AssessmentFramework>
The file used to structure and automate AWS Audit Manager assessments for a given compliance standard.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssessmentFramework.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the specified framework.
|
static AssessmentFramework.Builder |
builder() |
List<AssessmentControlSet> |
controlSets()
The control sets associated with the framework.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasControlSets()
Returns true if the ControlSets 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() |
String |
id()
The unique identifier for the framework.
|
FrameworkMetadata |
metadata()
Returns the value of the Metadata property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssessmentFramework.Builder> |
serializableBuilderClass() |
AssessmentFramework.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique identifier for the framework.
public final String arn()
The Amazon Resource Name (ARN) of the specified framework.
public final FrameworkMetadata metadata()
public final boolean hasControlSets()
public final List<AssessmentControlSet> controlSets()
The control sets associated with the framework.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasControlSets() to see if a value was sent in this field.
public AssessmentFramework.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssessmentFramework.Builder,AssessmentFramework>public static AssessmentFramework.Builder builder()
public static Class<? extends AssessmentFramework.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.