@Generated(value="software.amazon.awssdk:codegen") public final class NotificationsConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NotificationsConfiguration.Builder,NotificationsConfiguration>
The configuration for resource targets to receive notifications when meeting and attendee events occur.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NotificationsConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NotificationsConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lambdaFunctionArn()
The ARN of the AWS Lambda function in the notifications configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NotificationsConfiguration.Builder> |
serializableBuilderClass() |
String |
snsTopicArn()
The ARN of the SNS topic.
|
String |
sqsQueueArn()
The ARN of the SQS queue.
|
NotificationsConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String lambdaFunctionArn()
The ARN of the AWS Lambda function in the notifications configuration.
public final String snsTopicArn()
The ARN of the SNS topic.
public final String sqsQueueArn()
The ARN of the SQS queue.
public NotificationsConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NotificationsConfiguration.Builder,NotificationsConfiguration>public static NotificationsConfiguration.Builder builder()
public static Class<? extends NotificationsConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.