@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SiemensIE extends Object implements Serializable, Cloneable, StructuredPojo
Contains details for a SiteWise Edge gateway that runs on a Siemens Industrial Edge Device.
Constructor and Description |
---|
SiemensIE() |
Modifier and Type | Method and Description |
---|---|
SiemensIE |
clone() |
boolean |
equals(Object obj) |
String |
getIotCoreThingName()
The name of the IoT Thing for your SiteWise Edge gateway.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIotCoreThingName(String iotCoreThingName)
The name of the IoT Thing for your SiteWise Edge gateway.
|
String |
toString()
Returns a string representation of this object.
|
SiemensIE |
withIotCoreThingName(String iotCoreThingName)
The name of the IoT Thing for your SiteWise Edge gateway.
|
public void setIotCoreThingName(String iotCoreThingName)
The name of the IoT Thing for your SiteWise Edge gateway.
iotCoreThingName
- The name of the IoT Thing for your SiteWise Edge gateway.public String getIotCoreThingName()
The name of the IoT Thing for your SiteWise Edge gateway.
public SiemensIE withIotCoreThingName(String iotCoreThingName)
The name of the IoT Thing for your SiteWise Edge gateway.
iotCoreThingName
- The name of the IoT Thing for your SiteWise Edge gateway.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.