@Generated(value="software.amazon.awssdk:codegen") public final class UpdateConnectionOAuthRequestParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateConnectionOAuthRequestParameters.Builder,UpdateConnectionOAuthRequestParameters>
Contains the OAuth request parameters to use for the connection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateConnectionOAuthRequestParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
authorizationEndpoint()
The URL to the authorization endpoint when OAuth is specified as the authorization type.
|
static UpdateConnectionOAuthRequestParameters.Builder |
builder() |
UpdateConnectionOAuthClientRequestParameters |
clientParameters()
A
UpdateConnectionOAuthClientRequestParameters object that contains the client parameters to use for
the connection when OAuth is specified as the authorization type. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ConnectionOAuthHttpMethod |
httpMethod()
The method used to connect to the HTTP endpoint.
|
String |
httpMethodAsString()
The method used to connect to the HTTP endpoint.
|
ConnectionHttpParameters |
oAuthHttpParameters()
The additional HTTP parameters used for the OAuth authorization request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateConnectionOAuthRequestParameters.Builder> |
serializableBuilderClass() |
UpdateConnectionOAuthRequestParameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final UpdateConnectionOAuthClientRequestParameters clientParameters()
A UpdateConnectionOAuthClientRequestParameters object that contains the client parameters to use for
the connection when OAuth is specified as the authorization type.
UpdateConnectionOAuthClientRequestParameters object that contains the client parameters to
use for the connection when OAuth is specified as the authorization type.public final String authorizationEndpoint()
The URL to the authorization endpoint when OAuth is specified as the authorization type.
public final ConnectionOAuthHttpMethod httpMethod()
The method used to connect to the HTTP endpoint.
If the service returns an enum value that is not available in the current SDK version, httpMethod will
return ConnectionOAuthHttpMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from httpMethodAsString().
ConnectionOAuthHttpMethodpublic final String httpMethodAsString()
The method used to connect to the HTTP endpoint.
If the service returns an enum value that is not available in the current SDK version, httpMethod will
return ConnectionOAuthHttpMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from httpMethodAsString().
ConnectionOAuthHttpMethodpublic final ConnectionHttpParameters oAuthHttpParameters()
The additional HTTP parameters used for the OAuth authorization request.
public UpdateConnectionOAuthRequestParameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateConnectionOAuthRequestParameters.Builder,UpdateConnectionOAuthRequestParameters>public static UpdateConnectionOAuthRequestParameters.Builder builder()
public static Class<? extends UpdateConnectionOAuthRequestParameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.