@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IotEventsInputIdentifier extends Object implements Serializable, Cloneable, StructuredPojo
The identifier of the input routed to AWS IoT Events.
| Constructor and Description |
|---|
IotEventsInputIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
IotEventsInputIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getInputName()
The name of the input routed to AWS IoT Events.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setInputName(String inputName)
The name of the input routed to AWS IoT Events.
|
String |
toString()
Returns a string representation of this object.
|
IotEventsInputIdentifier |
withInputName(String inputName)
The name of the input routed to AWS IoT Events.
|
public void setInputName(String inputName)
The name of the input routed to AWS IoT Events.
inputName - The name of the input routed to AWS IoT Events.public String getInputName()
The name of the input routed to AWS IoT Events.
public IotEventsInputIdentifier withInputName(String inputName)
The name of the input routed to AWS IoT Events.
inputName - The name of the input routed to AWS IoT Events.public String toString()
toString in class ObjectObject.toString()public IotEventsInputIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.