@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 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 TwinMaker.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIsNative(Boolean isNative)
A Boolean value that specifies whether the data connector is native to 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 TwinMaker.
|
DataConnector |
withLambda(LambdaFunction 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 TwinMaker.
isNative - A Boolean value that specifies whether the data connector is native to TwinMaker.public Boolean getIsNative()
A Boolean value that specifies whether the data connector is native to TwinMaker.
public DataConnector withIsNative(Boolean isNative)
A Boolean value that specifies whether the data connector is native to TwinMaker.
isNative - A Boolean value that specifies whether the data connector is native to TwinMaker.public Boolean isNative()
A Boolean value that specifies whether the data connector is native to TwinMaker.
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 String toString()
toString in class ObjectObject.toString()public DataConnector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.