@Generated(value="software.amazon.awssdk:codegen") public final class Framework extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Framework.Builder,Framework>
The file used to structure and automate AWS Audit Manager assessments for a given compliance standard.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Framework.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the specified framework.
|
static Framework.Builder |
builder() |
String |
complianceType()
The compliance type that the new custom framework supports, such as CIS or HIPAA.
|
List<ControlSet> |
controlSets()
The control sets associated with the framework.
|
String |
controlSources()
The sources from which AWS Audit Manager collects evidence for the control.
|
Instant |
createdAt()
Specifies when the framework was created.
|
String |
createdBy()
The IAM user or role that created the framework.
|
String |
description()
The description of the specified 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() |
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 specified framework.
|
Instant |
lastUpdatedAt()
Specifies when the framework was most recently updated.
|
String |
lastUpdatedBy()
The IAM user or role that most recently updated the framework.
|
String |
logo()
The logo associated with the framework.
|
String |
name()
The name of the specified framework.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Framework.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
The tags associated with the framework.
|
Framework.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
FrameworkType |
type()
The framework type, such as custom or standard.
|
String |
typeAsString()
The framework type, such as custom or standard.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the specified framework.
public final String id()
The unique identifier for the specified framework.
public final String name()
The name of the specified framework.
public final FrameworkType type()
The framework type, such as custom or standard.
If the service returns an enum value that is not available in the current SDK version, type will return
FrameworkType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
FrameworkTypepublic final String typeAsString()
The framework type, such as custom or standard.
If the service returns an enum value that is not available in the current SDK version, type will return
FrameworkType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
FrameworkTypepublic final String complianceType()
The compliance type that the new custom framework supports, such as CIS or HIPAA.
public final String description()
The description of the specified framework.
public final String logo()
The logo associated with the framework.
public final String controlSources()
The sources from which AWS Audit Manager collects evidence for the control.
public final boolean hasControlSets()
public final List<ControlSet> 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 final Instant createdAt()
Specifies when the framework was created.
public final Instant lastUpdatedAt()
Specifies when the framework was most recently updated.
public final String createdBy()
The IAM user or role that created the framework.
public final String lastUpdatedBy()
The IAM user or role that most recently updated the framework.
public final boolean hasTags()
public final Map<String,String> tags()
The tags associated with the framework.
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 Framework.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Framework.Builder,Framework>public static Framework.Builder builder()
public static Class<? extends Framework.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.