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