@Generated(value="software.amazon.awssdk:codegen") public final class ConnectorOperator extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectorOperator.Builder,ConnectorOperator>
The operation to be performed on the provided source fields.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConnectorOperator.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorOperator.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MarketoConnectorOperator |
marketo()
The operation to be performed on the provided Marketo source fields.
|
String |
marketoAsString()
The operation to be performed on the provided Marketo source fields.
|
S3ConnectorOperator |
s3()
The operation to be performed on the provided Amazon S3 source fields.
|
String |
s3AsString()
The operation to be performed on the provided Amazon S3 source fields.
|
SalesforceConnectorOperator |
salesforce()
The operation to be performed on the provided Salesforce source fields.
|
String |
salesforceAsString()
The operation to be performed on the provided Salesforce source fields.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConnectorOperator.Builder> |
serializableBuilderClass() |
ServiceNowConnectorOperator |
serviceNow()
The operation to be performed on the provided ServiceNow source fields.
|
String |
serviceNowAsString()
The operation to be performed on the provided ServiceNow source fields.
|
ConnectorOperator.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ZendeskConnectorOperator |
zendesk()
The operation to be performed on the provided Zendesk source fields.
|
String |
zendeskAsString()
The operation to be performed on the provided Zendesk source fields.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final MarketoConnectorOperator marketo()
The operation to be performed on the provided Marketo source fields.
If the service returns an enum value that is not available in the current SDK version, marketo will
return MarketoConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from marketoAsString().
MarketoConnectorOperatorpublic final String marketoAsString()
The operation to be performed on the provided Marketo source fields.
If the service returns an enum value that is not available in the current SDK version, marketo will
return MarketoConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from marketoAsString().
MarketoConnectorOperatorpublic final S3ConnectorOperator s3()
The operation to be performed on the provided Amazon S3 source fields.
If the service returns an enum value that is not available in the current SDK version, s3 will return
S3ConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
s3AsString().
S3ConnectorOperatorpublic final String s3AsString()
The operation to be performed on the provided Amazon S3 source fields.
If the service returns an enum value that is not available in the current SDK version, s3 will return
S3ConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
s3AsString().
S3ConnectorOperatorpublic final SalesforceConnectorOperator salesforce()
The operation to be performed on the provided Salesforce source fields.
If the service returns an enum value that is not available in the current SDK version, salesforce will
return SalesforceConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from salesforceAsString().
SalesforceConnectorOperatorpublic final String salesforceAsString()
The operation to be performed on the provided Salesforce source fields.
If the service returns an enum value that is not available in the current SDK version, salesforce will
return SalesforceConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from salesforceAsString().
SalesforceConnectorOperatorpublic final ServiceNowConnectorOperator serviceNow()
The operation to be performed on the provided ServiceNow source fields.
If the service returns an enum value that is not available in the current SDK version, serviceNow will
return ServiceNowConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from serviceNowAsString().
ServiceNowConnectorOperatorpublic final String serviceNowAsString()
The operation to be performed on the provided ServiceNow source fields.
If the service returns an enum value that is not available in the current SDK version, serviceNow will
return ServiceNowConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from serviceNowAsString().
ServiceNowConnectorOperatorpublic final ZendeskConnectorOperator zendesk()
The operation to be performed on the provided Zendesk source fields.
If the service returns an enum value that is not available in the current SDK version, zendesk will
return ZendeskConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from zendeskAsString().
ZendeskConnectorOperatorpublic final String zendeskAsString()
The operation to be performed on the provided Zendesk source fields.
If the service returns an enum value that is not available in the current SDK version, zendesk will
return ZendeskConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from zendeskAsString().
ZendeskConnectorOperatorpublic ConnectorOperator.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConnectorOperator.Builder,ConnectorOperator>public static ConnectorOperator.Builder builder()
public static Class<? extends ConnectorOperator.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.