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