@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConnectorOAuthRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
authCode()
The code provided by the connector when it has been authenticated via the connected app.
|
static ConnectorOAuthRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
redirectUri()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String authCode()
The code provided by the connector when it has been authenticated via the connected app.
public final String redirectUri()
The URL to which the authentication server redirects the browser after authorization has been granted.
public ConnectorOAuthRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConnectorOAuthRequest.Builder,ConnectorOAuthRequest>public static ConnectorOAuthRequest.Builder builder()
public static Class<? extends ConnectorOAuthRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.