@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SidewalkEventNotificationConfigurations extends Object implements Serializable, Cloneable, StructuredPojo
SidewalkEventNotificationConfigurations object, which is the event configuration object for
Sidewalk-related event topics.
| Constructor and Description |
|---|
SidewalkEventNotificationConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
SidewalkEventNotificationConfigurations |
clone() |
boolean |
equals(Object obj) |
String |
getAmazonIdEventTopic()
Denotes whether the Amazon ID event topic is enabled or disabled.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAmazonIdEventTopic(String amazonIdEventTopic)
Denotes whether the Amazon ID event topic is enabled or disabled.
|
String |
toString()
Returns a string representation of this object.
|
SidewalkEventNotificationConfigurations |
withAmazonIdEventTopic(EventNotificationTopicStatus amazonIdEventTopic)
Denotes whether the Amazon ID event topic is enabled or disabled.
|
SidewalkEventNotificationConfigurations |
withAmazonIdEventTopic(String amazonIdEventTopic)
Denotes whether the Amazon ID event topic is enabled or disabled.
|
public SidewalkEventNotificationConfigurations()
public void setAmazonIdEventTopic(String amazonIdEventTopic)
Denotes whether the Amazon ID event topic is enabled or disabled.
amazonIdEventTopic - Denotes whether the Amazon ID event topic is enabled or disabled.EventNotificationTopicStatuspublic String getAmazonIdEventTopic()
Denotes whether the Amazon ID event topic is enabled or disabled.
EventNotificationTopicStatuspublic SidewalkEventNotificationConfigurations withAmazonIdEventTopic(String amazonIdEventTopic)
Denotes whether the Amazon ID event topic is enabled or disabled.
amazonIdEventTopic - Denotes whether the Amazon ID event topic is enabled or disabled.EventNotificationTopicStatuspublic SidewalkEventNotificationConfigurations withAmazonIdEventTopic(EventNotificationTopicStatus amazonIdEventTopic)
Denotes whether the Amazon ID event topic is enabled or disabled.
amazonIdEventTopic - Denotes whether the Amazon ID event topic is enabled or disabled.EventNotificationTopicStatuspublic String toString()
toString in class ObjectObject.toString()public SidewalkEventNotificationConfigurations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.