Class ConnectorOperator
- java.lang.Object
-
- software.amazon.awssdk.services.customerprofiles.model.ConnectorOperator
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConnectorOperator.Builder,ConnectorOperator>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConnectorOperator.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectorOperator.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()MarketoConnectorOperatormarketo()The operation to be performed on the provided Marketo source fields.StringmarketoAsString()The operation to be performed on the provided Marketo source fields.S3ConnectorOperators3()The operation to be performed on the provided Amazon S3 source fields.Strings3AsString()The operation to be performed on the provided Amazon S3 source fields.SalesforceConnectorOperatorsalesforce()The operation to be performed on the provided Salesforce source fields.StringsalesforceAsString()The operation to be performed on the provided Salesforce source fields.List<SdkField<?>>sdkFields()static Class<? extends ConnectorOperator.Builder>serializableBuilderClass()ServiceNowConnectorOperatorserviceNow()The operation to be performed on the provided ServiceNow source fields.StringserviceNowAsString()The operation to be performed on the provided ServiceNow source fields.ConnectorOperator.BuildertoBuilder()StringtoString()Returns a string representation of this object.ZendeskConnectorOperatorzendesk()The operation to be performed on the provided Zendesk source fields.StringzendeskAsString()The operation to be performed on the provided Zendesk source fields.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
marketo
public 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,
marketowill returnMarketoConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommarketoAsString().- Returns:
- The operation to be performed on the provided Marketo source fields.
- See Also:
MarketoConnectorOperator
-
marketoAsString
public 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,
marketowill returnMarketoConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommarketoAsString().- Returns:
- The operation to be performed on the provided Marketo source fields.
- See Also:
MarketoConnectorOperator
-
s3
public 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,
s3will returnS3ConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available froms3AsString().- Returns:
- The operation to be performed on the provided Amazon S3 source fields.
- See Also:
S3ConnectorOperator
-
s3AsString
public 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,
s3will returnS3ConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available froms3AsString().- Returns:
- The operation to be performed on the provided Amazon S3 source fields.
- See Also:
S3ConnectorOperator
-
salesforce
public 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,
salesforcewill returnSalesforceConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsalesforceAsString().- Returns:
- The operation to be performed on the provided Salesforce source fields.
- See Also:
SalesforceConnectorOperator
-
salesforceAsString
public 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,
salesforcewill returnSalesforceConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsalesforceAsString().- Returns:
- The operation to be performed on the provided Salesforce source fields.
- See Also:
SalesforceConnectorOperator
-
serviceNow
public 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,
serviceNowwill returnServiceNowConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromserviceNowAsString().- Returns:
- The operation to be performed on the provided ServiceNow source fields.
- See Also:
ServiceNowConnectorOperator
-
serviceNowAsString
public 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,
serviceNowwill returnServiceNowConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromserviceNowAsString().- Returns:
- The operation to be performed on the provided ServiceNow source fields.
- See Also:
ServiceNowConnectorOperator
-
zendesk
public 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,
zendeskwill returnZendeskConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromzendeskAsString().- Returns:
- The operation to be performed on the provided Zendesk source fields.
- See Also:
ZendeskConnectorOperator
-
zendeskAsString
public 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,
zendeskwill returnZendeskConnectorOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromzendeskAsString().- Returns:
- The operation to be performed on the provided Zendesk source fields.
- See Also:
ZendeskConnectorOperator
-
toBuilder
public ConnectorOperator.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConnectorOperator.Builder,ConnectorOperator>
-
builder
public static ConnectorOperator.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConnectorOperator.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-