@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MeetingNotificationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for resource targets to receive notifications when Amazon Chime SDK meeting and attendee events occur.
| 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 ObjectObject.toString()public MeetingNotificationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.