@Generated(value="software.amazon.awssdk:codegen") public final class Notification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Notification.Builder,Notification>
The notification that informs a user of an update in Audit Manager. For example, this includes the notification that's sent when a control set is delegated for review.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Notification.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assessmentId()
The identifier for the assessment.
|
String |
assessmentName()
The name of the related assessment.
|
static Notification.Builder |
builder() |
String |
controlSetId()
The identifier for the control set.
|
String |
controlSetName()
Specifies the name of the control set that the notification is about.
|
String |
description()
The description of the notification.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
eventTime()
The time when the notification was sent.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier for the notification.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Notification.Builder> |
serializableBuilderClass() |
String |
source()
The sender of the notification.
|
Notification.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 notification.
public final String assessmentId()
The identifier for the assessment.
public final String assessmentName()
The name of the related assessment.
public final String controlSetId()
The identifier for the control set.
public final String controlSetName()
Specifies the name of the control set that the notification is about.
public final String description()
The description of the notification.
public final Instant eventTime()
The time when the notification was sent.
public final String source()
The sender of the notification.
public Notification.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Notification.Builder,Notification>public static Notification.Builder builder()
public static Class<? extends Notification.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.