@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConnectorRuntimeSetting extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the connector runtime settings that are required for flow execution.
Constructor and Description |
---|
ConnectorRuntimeSetting() |
Modifier and Type | Method and Description |
---|---|
ConnectorRuntimeSetting |
clone() |
boolean |
equals(Object obj) |
List<String> |
getConnectorSuppliedValueOptions()
Contains default values for the connector runtime setting that are supplied by the connector.
|
String |
getDataType()
Data type of the connector runtime setting.
|
String |
getDescription()
A description about the connector runtime setting.
|
Boolean |
getIsRequired()
Indicates whether this connector runtime setting is required.
|
String |
getKey()
Contains value information about the connector runtime setting.
|
String |
getLabel()
A label used for connector runtime setting.
|
String |
getScope()
Indicates the scope of the connector runtime setting.
|
int |
hashCode() |
Boolean |
isRequired()
Indicates whether this connector runtime setting is required.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConnectorSuppliedValueOptions(Collection<String> connectorSuppliedValueOptions)
Contains default values for the connector runtime setting that are supplied by the connector.
|
void |
setDataType(String dataType)
Data type of the connector runtime setting.
|
void |
setDescription(String description)
A description about the connector runtime setting.
|
void |
setIsRequired(Boolean isRequired)
Indicates whether this connector runtime setting is required.
|
void |
setKey(String key)
Contains value information about the connector runtime setting.
|
void |
setLabel(String label)
A label used for connector runtime setting.
|
void |
setScope(String scope)
Indicates the scope of the connector runtime setting.
|
String |
toString()
Returns a string representation of this object.
|
ConnectorRuntimeSetting |
withConnectorSuppliedValueOptions(Collection<String> connectorSuppliedValueOptions)
Contains default values for the connector runtime setting that are supplied by the connector.
|
ConnectorRuntimeSetting |
withConnectorSuppliedValueOptions(String... connectorSuppliedValueOptions)
Contains default values for the connector runtime setting that are supplied by the connector.
|
ConnectorRuntimeSetting |
withDataType(String dataType)
Data type of the connector runtime setting.
|
ConnectorRuntimeSetting |
withDescription(String description)
A description about the connector runtime setting.
|
ConnectorRuntimeSetting |
withIsRequired(Boolean isRequired)
Indicates whether this connector runtime setting is required.
|
ConnectorRuntimeSetting |
withKey(String key)
Contains value information about the connector runtime setting.
|
ConnectorRuntimeSetting |
withLabel(String label)
A label used for connector runtime setting.
|
ConnectorRuntimeSetting |
withScope(String scope)
Indicates the scope of the connector runtime setting.
|
public void setKey(String key)
Contains value information about the connector runtime setting.
key
- Contains value information about the connector runtime setting.public String getKey()
Contains value information about the connector runtime setting.
public ConnectorRuntimeSetting withKey(String key)
Contains value information about the connector runtime setting.
key
- Contains value information about the connector runtime setting.public void setDataType(String dataType)
Data type of the connector runtime setting.
dataType
- Data type of the connector runtime setting.public String getDataType()
Data type of the connector runtime setting.
public ConnectorRuntimeSetting withDataType(String dataType)
Data type of the connector runtime setting.
dataType
- Data type of the connector runtime setting.public void setIsRequired(Boolean isRequired)
Indicates whether this connector runtime setting is required.
isRequired
- Indicates whether this connector runtime setting is required.public Boolean getIsRequired()
Indicates whether this connector runtime setting is required.
public ConnectorRuntimeSetting withIsRequired(Boolean isRequired)
Indicates whether this connector runtime setting is required.
isRequired
- Indicates whether this connector runtime setting is required.public Boolean isRequired()
Indicates whether this connector runtime setting is required.
public void setLabel(String label)
A label used for connector runtime setting.
label
- A label used for connector runtime setting.public String getLabel()
A label used for connector runtime setting.
public ConnectorRuntimeSetting withLabel(String label)
A label used for connector runtime setting.
label
- A label used for connector runtime setting.public void setDescription(String description)
A description about the connector runtime setting.
description
- A description about the connector runtime setting.public String getDescription()
A description about the connector runtime setting.
public ConnectorRuntimeSetting withDescription(String description)
A description about the connector runtime setting.
description
- A description about the connector runtime setting.public void setScope(String scope)
Indicates the scope of the connector runtime setting.
scope
- Indicates the scope of the connector runtime setting.public String getScope()
Indicates the scope of the connector runtime setting.
public ConnectorRuntimeSetting withScope(String scope)
Indicates the scope of the connector runtime setting.
scope
- Indicates the scope of the connector runtime setting.public List<String> getConnectorSuppliedValueOptions()
Contains default values for the connector runtime setting that are supplied by the connector.
public void setConnectorSuppliedValueOptions(Collection<String> connectorSuppliedValueOptions)
Contains default values for the connector runtime setting that are supplied by the connector.
connectorSuppliedValueOptions
- Contains default values for the connector runtime setting that are supplied by the connector.public ConnectorRuntimeSetting withConnectorSuppliedValueOptions(String... connectorSuppliedValueOptions)
Contains default values for the connector runtime setting that are supplied by the connector.
NOTE: This method appends the values to the existing list (if any). Use
setConnectorSuppliedValueOptions(java.util.Collection)
or
withConnectorSuppliedValueOptions(java.util.Collection)
if you want to override the existing values.
connectorSuppliedValueOptions
- Contains default values for the connector runtime setting that are supplied by the connector.public ConnectorRuntimeSetting withConnectorSuppliedValueOptions(Collection<String> connectorSuppliedValueOptions)
Contains default values for the connector runtime setting that are supplied by the connector.
connectorSuppliedValueOptions
- Contains default values for the connector runtime setting that are supplied by the connector.public String toString()
toString
in class Object
Object.toString()
public ConnectorRuntimeSetting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.