StructuredPojo, ToCopyableBuilder<AssessmentRunNotification.Builder,AssessmentRunNotification>@Generated("software.amazon.awssdk:codegen") public class AssessmentRunNotification extends Object implements StructuredPojo, ToCopyableBuilder<AssessmentRunNotification.Builder,AssessmentRunNotification>
Used as one of the elements of the AssessmentRun data type.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
AssessmentRunNotification.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static AssessmentRunNotification.Builder |
builder() |
|
Date |
date() |
The date of the notification.
|
boolean |
equals(Object obj) |
|
Boolean |
error() |
The Boolean value that specifies whether the notification represents an error.
|
String |
event() |
The event for which a notification is sent.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
message() |
The message included in the notification.
|
static Class<? extends AssessmentRunNotification.Builder> |
serializableBuilderClass() |
|
String |
snsPublishStatusCode() |
The status code of the SNS notification.
|
String |
snsTopicArn() |
The SNS topic to which the SNS notification is sent.
|
AssessmentRunNotification.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Date date()
The date of the notification.
public String event()
The event for which a notification is sent.
InspectorEventpublic String message()
The message included in the notification.
public Boolean error()
The Boolean value that specifies whether the notification represents an error.
public String snsTopicArn()
The SNS topic to which the SNS notification is sent.
public String snsPublishStatusCode()
The status code of the SNS notification.
AssessmentRunNotificationSnsStatusCodepublic AssessmentRunNotification.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<AssessmentRunNotification.Builder,AssessmentRunNotification>public static AssessmentRunNotification.Builder builder()
public static Class<? extends AssessmentRunNotification.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.