@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)
Marshalls this structured data using the given
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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.