Class ConnectorOAuthRequest
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.ConnectorOAuthRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConnectorOAuthRequest.Builder,ConnectorOAuthRequest>
@Generated("software.amazon.awssdk:codegen") public final class ConnectorOAuthRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectorOAuthRequest.Builder,ConnectorOAuthRequest>
Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConnectorOAuthRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringauthCode()The code provided by the connector when it has been authenticated via the connected app.static ConnectorOAuthRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringredirectUri()The URL to which the authentication server redirects the browser after authorization has been granted.List<SdkField<?>>sdkFields()static Class<? extends ConnectorOAuthRequest.Builder>serializableBuilderClass()ConnectorOAuthRequest.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
-
authCode
public final String authCode()
The code provided by the connector when it has been authenticated via the connected app.
- Returns:
- The code provided by the connector when it has been authenticated via the connected app.
-
redirectUri
public final String redirectUri()
The URL to which the authentication server redirects the browser after authorization has been granted.
- Returns:
- The URL to which the authentication server redirects the browser after authorization has been granted.
-
toBuilder
public ConnectorOAuthRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConnectorOAuthRequest.Builder,ConnectorOAuthRequest>
-
builder
public static ConnectorOAuthRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConnectorOAuthRequest.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.
-
-