@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SidewalkEventNotificationConfigurations extends Object implements Serializable, Cloneable, StructuredPojo
SidewalkEventNotificationConfigurations object 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()
Enum to denote whether 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)
Enum to denote whether amazon id event topic is enabled or disabled.
|
String |
toString()
Returns a string representation of this object.
|
SidewalkEventNotificationConfigurations |
withAmazonIdEventTopic(EventNotificationTopicStatus amazonIdEventTopic)
Enum to denote whether amazon id event topic is enabled or disabled.
|
SidewalkEventNotificationConfigurations |
withAmazonIdEventTopic(String amazonIdEventTopic)
Enum to denote whether amazon id event topic is enabled or disabled.
|
public SidewalkEventNotificationConfigurations()
public void setAmazonIdEventTopic(String amazonIdEventTopic)
Enum to denote whether amazon id event topic is enabled or disabled.
amazonIdEventTopic
- Enum to denote whether amazon id event topic is enabled or disabled.EventNotificationTopicStatus
public String getAmazonIdEventTopic()
Enum to denote whether amazon id event topic is enabled or disabled.
EventNotificationTopicStatus
public SidewalkEventNotificationConfigurations withAmazonIdEventTopic(String amazonIdEventTopic)
Enum to denote whether amazon id event topic is enabled or disabled.
amazonIdEventTopic
- Enum to denote whether amazon id event topic is enabled or disabled.EventNotificationTopicStatus
public SidewalkEventNotificationConfigurations withAmazonIdEventTopic(EventNotificationTopicStatus amazonIdEventTopic)
Enum to denote whether amazon id event topic is enabled or disabled.
amazonIdEventTopic
- Enum to denote whether amazon id event topic is enabled or disabled.EventNotificationTopicStatus
public String toString()
toString
in class Object
Object.toString()
public SidewalkEventNotificationConfigurations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.