@Generated(value="software.amazon.awssdk:codegen") public final class Assessment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Assessment.Builder,Assessment>
An entity that defines the scope of audit evidence collected by AWS Audit Manager. An AWS Audit Manager assessment is an implementation of an AWS Audit Manager framework.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Assessment.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the assessment.
|
AWSAccount |
awsAccount()
The AWS account associated with the assessment.
|
static Assessment.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
AssessmentFramework |
framework()
The framework from which the assessment was created.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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).
|
AssessmentMetadata |
metadata()
The metadata for the specified assessment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Assessment.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
The tags associated with the assessment.
|
Assessment.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 assessment.
public final AWSAccount awsAccount()
The AWS account associated with the assessment.
public final AssessmentMetadata metadata()
The metadata for the specified assessment.
public final AssessmentFramework framework()
The framework from which the assessment was created.
public final boolean hasTags()
public final Map<String,String> tags()
The tags associated with the assessment.
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 Assessment.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Assessment.Builder,Assessment>public static Assessment.Builder builder()
public static Class<? extends Assessment.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.