Class AssessmentReportMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.auditmanager.model.AssessmentReportMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssessmentReportMetadata.Builder,AssessmentReportMetadata>
@Generated("software.amazon.awssdk:codegen") public final class AssessmentReportMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssessmentReportMetadata.Builder,AssessmentReportMetadata>
The metadata objects that are associated with the specified assessment report.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssessmentReportMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassessmentId()The unique identifier for the associated assessment.StringassessmentName()The name of the associated assessment.Stringauthor()The name of the user who created the assessment report.static AssessmentReportMetadata.Builderbuilder()InstantcreationTime()Specifies when the assessment report was created.Stringdescription()The description of the assessment report.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique identifier for the assessment report.Stringname()The name of the assessment report.List<SdkField<?>>sdkFields()static Class<? extends AssessmentReportMetadata.Builder>serializableBuilderClass()AssessmentReportStatusstatus()The current status of the assessment report.StringstatusAsString()The current status of the assessment report.AssessmentReportMetadata.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The unique identifier for the assessment report.
- Returns:
- The unique identifier for the assessment report.
-
name
public final String name()
The name of the assessment report.
- Returns:
- The name of the assessment report.
-
description
public final String description()
The description of the assessment report.
- Returns:
- The description of the assessment report.
-
assessmentId
public final String assessmentId()
The unique identifier for the associated assessment.
- Returns:
- The unique identifier for the associated assessment.
-
assessmentName
public final String assessmentName()
The name of the associated assessment.
- Returns:
- The name of the associated assessment.
-
author
public final String author()
The name of the user who created the assessment report.
- Returns:
- The name of the user who created the assessment report.
-
status
public final AssessmentReportStatus status()
The current status of the assessment report.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnAssessmentReportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the assessment report.
- See Also:
AssessmentReportStatus
-
statusAsString
public final String statusAsString()
The current status of the assessment report.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnAssessmentReportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the assessment report.
- See Also:
AssessmentReportStatus
-
creationTime
public final Instant creationTime()
Specifies when the assessment report was created.
- Returns:
- Specifies when the assessment report was created.
-
toBuilder
public AssessmentReportMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssessmentReportMetadata.Builder,AssessmentReportMetadata>
-
builder
public static AssessmentReportMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssessmentReportMetadata.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-