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