@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JoinResourceTypeEventConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Join resource type event configuration object for enabling or disabling topic.
| Constructor and Description |
|---|
JoinResourceTypeEventConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
JoinResourceTypeEventConfiguration |
clone() |
boolean |
equals(Object obj) |
LoRaWANJoinResourceTypeEventConfiguration |
getLoRaWAN()
Join resource type event configuration object for enabling or disabling LoRaWAN related event topics.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLoRaWAN(LoRaWANJoinResourceTypeEventConfiguration loRaWAN)
Join resource type event configuration object for enabling or disabling LoRaWAN related event topics.
|
String |
toString()
Returns a string representation of this object.
|
JoinResourceTypeEventConfiguration |
withLoRaWAN(LoRaWANJoinResourceTypeEventConfiguration loRaWAN)
Join resource type event configuration object for enabling or disabling LoRaWAN related event topics.
|
public void setLoRaWAN(LoRaWANJoinResourceTypeEventConfiguration loRaWAN)
Join resource type event configuration object for enabling or disabling LoRaWAN related event topics.
loRaWAN - Join resource type event configuration object for enabling or disabling LoRaWAN related event topics.public LoRaWANJoinResourceTypeEventConfiguration getLoRaWAN()
Join resource type event configuration object for enabling or disabling LoRaWAN related event topics.
public JoinResourceTypeEventConfiguration withLoRaWAN(LoRaWANJoinResourceTypeEventConfiguration loRaWAN)
Join resource type event configuration object for enabling or disabling LoRaWAN related event topics.
loRaWAN - Join resource type event configuration object for enabling or disabling LoRaWAN related event topics.public String toString()
toString in class ObjectObject.toString()public JoinResourceTypeEventConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.