@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataConnector extends Object implements Serializable, Cloneable, StructuredPojo
The data connector.
Constructor and Description |
---|
DataConnector() |
Modifier and Type | Method and Description |
---|---|
DataConnector |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsNative()
A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
|
LambdaFunction |
getLambda()
The Lambda function associated with this data connector.
|
int |
hashCode() |
Boolean |
isNative()
A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIsNative(Boolean isNative)
A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
|
void |
setLambda(LambdaFunction lambda)
The Lambda function associated with this data connector.
|
String |
toString()
Returns a string representation of this object.
|
DataConnector |
withIsNative(Boolean isNative)
A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
|
DataConnector |
withLambda(LambdaFunction lambda)
The Lambda function associated with this data connector.
|
public void setLambda(LambdaFunction lambda)
The Lambda function associated with this data connector.
lambda
- The Lambda function associated with this data connector.public LambdaFunction getLambda()
The Lambda function associated with this data connector.
public DataConnector withLambda(LambdaFunction lambda)
The Lambda function associated with this data connector.
lambda
- The Lambda function associated with this data connector.public void setIsNative(Boolean isNative)
A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
isNative
- A Boolean value that specifies whether the data connector is native to IoT TwinMaker.public Boolean getIsNative()
A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
public DataConnector withIsNative(Boolean isNative)
A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
isNative
- A Boolean value that specifies whether the data connector is native to IoT TwinMaker.public Boolean isNative()
A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
public String toString()
toString
in class Object
Object.toString()
public DataConnector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.