@Generated(value="software.amazon.awssdk:codegen") public final class ConnectorRuntimeSetting extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectorRuntimeSetting.Builder,ConnectorRuntimeSetting>
Contains information about the connector runtime settings that are required for flow execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConnectorRuntimeSetting.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorRuntimeSetting.Builder |
builder() |
List<String> |
connectorSuppliedValueOptions()
Contains default values for the connector runtime setting that are supplied by the connector.
|
String |
dataType()
Data type of the connector runtime setting.
|
String |
description()
A description about the connector runtime setting.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasConnectorSuppliedValueOptions()
For responses, this returns true if the service returned a value for the ConnectorSuppliedValueOptions property.
|
int |
hashCode() |
Boolean |
isRequired()
Indicates whether this connector runtime setting is required.
|
String |
key()
Contains value information about the connector runtime setting.
|
String |
label()
A label used for connector runtime setting.
|
String |
scope()
Indicates the scope of the connector runtime setting.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConnectorRuntimeSetting.Builder> |
serializableBuilderClass() |
ConnectorRuntimeSetting.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String key()
Contains value information about the connector runtime setting.
public final String dataType()
Data type of the connector runtime setting.
public final Boolean isRequired()
Indicates whether this connector runtime setting is required.
public final String label()
A label used for connector runtime setting.
public final String description()
A description about the connector runtime setting.
public final String scope()
Indicates the scope of the connector runtime setting.
public final boolean hasConnectorSuppliedValueOptions()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<String> connectorSuppliedValueOptions()
Contains default values for the connector runtime setting that are supplied by the connector.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasConnectorSuppliedValueOptions() method.
public ConnectorRuntimeSetting.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConnectorRuntimeSetting.Builder,ConnectorRuntimeSetting>public static ConnectorRuntimeSetting.Builder builder()
public static Class<? extends ConnectorRuntimeSetting.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.