@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MeetingNotificationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications. The
Amazon Chime SDK supports resource targets located in the US East (N. Virginia) AWS Region (us-east-1
).
Constructor and Description |
---|
MeetingNotificationConfiguration() |
Modifier and Type | Method and Description |
---|---|
MeetingNotificationConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getSnsTopicArn()
The SNS topic ARN.
|
String |
getSqsQueueArn()
The SQS queue ARN.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSnsTopicArn(String snsTopicArn)
The SNS topic ARN.
|
void |
setSqsQueueArn(String sqsQueueArn)
The SQS queue ARN.
|
String |
toString()
Returns a string representation of this object.
|
MeetingNotificationConfiguration |
withSnsTopicArn(String snsTopicArn)
The SNS topic ARN.
|
MeetingNotificationConfiguration |
withSqsQueueArn(String sqsQueueArn)
The SQS queue ARN.
|
public void setSnsTopicArn(String snsTopicArn)
The SNS topic ARN.
snsTopicArn
- The SNS topic ARN.public String getSnsTopicArn()
The SNS topic ARN.
public MeetingNotificationConfiguration withSnsTopicArn(String snsTopicArn)
The SNS topic ARN.
snsTopicArn
- The SNS topic ARN.public void setSqsQueueArn(String sqsQueueArn)
The SQS queue ARN.
sqsQueueArn
- The SQS queue ARN.public String getSqsQueueArn()
The SQS queue ARN.
public MeetingNotificationConfiguration withSqsQueueArn(String sqsQueueArn)
The SQS queue ARN.
sqsQueueArn
- The SQS queue ARN.public String toString()
toString
in class Object
Object.toString()
public MeetingNotificationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.