Class GoogleAnalyticsConnectorProfileCredentials
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.GoogleAnalyticsConnectorProfileCredentials
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GoogleAnalyticsConnectorProfileCredentials.Builder,GoogleAnalyticsConnectorProfileCredentials>
@Generated("software.amazon.awssdk:codegen") public final class GoogleAnalyticsConnectorProfileCredentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GoogleAnalyticsConnectorProfileCredentials.Builder,GoogleAnalyticsConnectorProfileCredentials>
The connector-specific profile credentials required by Google Analytics.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGoogleAnalyticsConnectorProfileCredentials.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccessToken()The credentials used to access protected Google Analytics resources.static GoogleAnalyticsConnectorProfileCredentials.Builderbuilder()StringclientId()The identifier for the desired client.StringclientSecret()The client secret used by the OAuth client to authenticate to the authorization server.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ConnectorOAuthRequestoAuthRequest()The OAuth requirement needed to request security tokens from the connector endpoint.StringrefreshToken()The credentials used to acquire new access tokens.List<SdkField<?>>sdkFields()static Class<? extends GoogleAnalyticsConnectorProfileCredentials.Builder>serializableBuilderClass()GoogleAnalyticsConnectorProfileCredentials.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
-
clientId
public final String clientId()
The identifier for the desired client.
- Returns:
- The identifier for the desired client.
-
clientSecret
public final String clientSecret()
The client secret used by the OAuth client to authenticate to the authorization server.
- Returns:
- The client secret used by the OAuth client to authenticate to the authorization server.
-
accessToken
public final String accessToken()
The credentials used to access protected Google Analytics resources.
- Returns:
- The credentials used to access protected Google Analytics resources.
-
refreshToken
public final String refreshToken()
The credentials used to acquire new access tokens. This is required only for OAuth2 access tokens, and is not required for OAuth1 access tokens.
- Returns:
- The credentials used to acquire new access tokens. This is required only for OAuth2 access tokens, and is not required for OAuth1 access tokens.
-
oAuthRequest
public final ConnectorOAuthRequest oAuthRequest()
The OAuth requirement needed to request security tokens from the connector endpoint.
- Returns:
- The OAuth requirement needed to request security tokens from the connector endpoint.
-
toBuilder
public GoogleAnalyticsConnectorProfileCredentials.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GoogleAnalyticsConnectorProfileCredentials.Builder,GoogleAnalyticsConnectorProfileCredentials>
-
builder
public static GoogleAnalyticsConnectorProfileCredentials.Builder builder()
-
serializableBuilderClass
public static Class<? extends GoogleAnalyticsConnectorProfileCredentials.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.
-
-