Class PardotConnectorProfileProperties
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.PardotConnectorProfileProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PardotConnectorProfileProperties.Builder,PardotConnectorProfileProperties>
@Generated("software.amazon.awssdk:codegen") public final class PardotConnectorProfileProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PardotConnectorProfileProperties.Builder,PardotConnectorProfileProperties>
The connector-specific profile properties required when using Salesforce Pardot.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePardotConnectorProfileProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PardotConnectorProfileProperties.Builderbuilder()StringbusinessUnitId()The business unit id of Salesforce Pardot instance.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinstanceUrl()The location of the Salesforce Pardot resource.BooleanisSandboxEnvironment()Indicates whether the connector profile applies to a sandbox or production environment.List<SdkField<?>>sdkFields()static Class<? extends PardotConnectorProfileProperties.Builder>serializableBuilderClass()PardotConnectorProfileProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
instanceUrl
public final String instanceUrl()
The location of the Salesforce Pardot resource.
- Returns:
- The location of the Salesforce Pardot resource.
-
isSandboxEnvironment
public final Boolean isSandboxEnvironment()
Indicates whether the connector profile applies to a sandbox or production environment.
- Returns:
- Indicates whether the connector profile applies to a sandbox or production environment.
-
businessUnitId
public final String businessUnitId()
The business unit id of Salesforce Pardot instance.
- Returns:
- The business unit id of Salesforce Pardot instance.
-
toBuilder
public PardotConnectorProfileProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PardotConnectorProfileProperties.Builder,PardotConnectorProfileProperties>
-
builder
public static PardotConnectorProfileProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends PardotConnectorProfileProperties.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.
-
-