Class PardotConnectorProfileCredentials
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.PardotConnectorProfileCredentials
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PardotConnectorProfileCredentials.Builder,PardotConnectorProfileCredentials>
@Generated("software.amazon.awssdk:codegen") public final class PardotConnectorProfileCredentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PardotConnectorProfileCredentials.Builder,PardotConnectorProfileCredentials>
The connector-specific profile credentials required when using Salesforce Pardot.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePardotConnectorProfileCredentials.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccessToken()The credentials used to access protected Salesforce Pardot resources.static PardotConnectorProfileCredentials.Builderbuilder()StringclientCredentialsArn()The secret manager ARN, which contains the client ID and client secret of the connected app.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ConnectorOAuthRequestoAuthRequest()Returns the value of the OAuthRequest property for this object.StringrefreshToken()The credentials used to acquire new access tokens.List<SdkField<?>>sdkFields()static Class<? extends PardotConnectorProfileCredentials.Builder>serializableBuilderClass()PardotConnectorProfileCredentials.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
-
accessToken
public final String accessToken()
The credentials used to access protected Salesforce Pardot resources.
- Returns:
- The credentials used to access protected Salesforce Pardot resources.
-
refreshToken
public final String refreshToken()
The credentials used to acquire new access tokens.
- Returns:
- The credentials used to acquire new access tokens.
-
oAuthRequest
public final ConnectorOAuthRequest oAuthRequest()
Returns the value of the OAuthRequest property for this object.- Returns:
- The value of the OAuthRequest property for this object.
-
clientCredentialsArn
public final String clientCredentialsArn()
The secret manager ARN, which contains the client ID and client secret of the connected app.
- Returns:
- The secret manager ARN, which contains the client ID and client secret of the connected app.
-
toBuilder
public PardotConnectorProfileCredentials.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PardotConnectorProfileCredentials.Builder,PardotConnectorProfileCredentials>
-
builder
public static PardotConnectorProfileCredentials.Builder builder()
-
serializableBuilderClass
public static Class<? extends PardotConnectorProfileCredentials.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.
-
-