@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IotTopicPublishAction extends Object implements Serializable, Cloneable, StructuredPojo
Information required to publish the MQTT message via the AWS IoT message broker.
| Constructor and Description |
|---|
IotTopicPublishAction() |
| Modifier and Type | Method and Description |
|---|---|
IotTopicPublishAction |
clone() |
boolean |
equals(Object obj) |
String |
getMqttTopic()
The MQTT topic of the message.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMqttTopic(String mqttTopic)
The MQTT topic of the message.
|
String |
toString()
Returns a string representation of this object.
|
IotTopicPublishAction |
withMqttTopic(String mqttTopic)
The MQTT topic of the message.
|
public void setMqttTopic(String mqttTopic)
The MQTT topic of the message.
mqttTopic - The MQTT topic of the message.public String getMqttTopic()
The MQTT topic of the message.
public IotTopicPublishAction withMqttTopic(String mqttTopic)
The MQTT topic of the message.
mqttTopic - The MQTT topic of the message.public String toString()
toString in class ObjectObject.toString()public IotTopicPublishAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.