Class UpdateConnectionOAuthRequestParameters
- java.lang.Object
-
- software.amazon.awssdk.services.eventbridge.model.UpdateConnectionOAuthRequestParameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateConnectionOAuthRequestParameters.Builder,UpdateConnectionOAuthRequestParameters>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateConnectionOAuthRequestParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringauthorizationEndpoint()The URL to the authorization endpoint when OAuth is specified as the authorization type.static UpdateConnectionOAuthRequestParameters.Builderbuilder()UpdateConnectionOAuthClientRequestParametersclientParameters()AUpdateConnectionOAuthClientRequestParametersobject that contains the client parameters to use for the connection when OAuth is specified as the authorization type.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ConnectionOAuthHttpMethodhttpMethod()The method used to connect to the HTTP endpoint.StringhttpMethodAsString()The method used to connect to the HTTP endpoint.ConnectionHttpParametersoAuthHttpParameters()The additional HTTP parameters used for the OAuth authorization request.List<SdkField<?>>sdkFields()static Class<? extends UpdateConnectionOAuthRequestParameters.Builder>serializableBuilderClass()UpdateConnectionOAuthRequestParameters.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
-
clientParameters
public final UpdateConnectionOAuthClientRequestParameters clientParameters()
A
UpdateConnectionOAuthClientRequestParametersobject that contains the client parameters to use for the connection when OAuth is specified as the authorization type.- Returns:
- A
UpdateConnectionOAuthClientRequestParametersobject that contains the client parameters to use for the connection when OAuth is specified as the authorization type.
-
authorizationEndpoint
public final String authorizationEndpoint()
The URL to the authorization endpoint when OAuth is specified as the authorization type.
- Returns:
- The URL to the authorization endpoint when OAuth is specified as the authorization type.
-
httpMethod
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,
httpMethodwill returnConnectionOAuthHttpMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpMethodAsString().- Returns:
- The method used to connect to the HTTP endpoint.
- See Also:
ConnectionOAuthHttpMethod
-
httpMethodAsString
public 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,
httpMethodwill returnConnectionOAuthHttpMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpMethodAsString().- Returns:
- The method used to connect to the HTTP endpoint.
- See Also:
ConnectionOAuthHttpMethod
-
oAuthHttpParameters
public final ConnectionHttpParameters oAuthHttpParameters()
The additional HTTP parameters used for the OAuth authorization request.
- Returns:
- The additional HTTP parameters used for the OAuth authorization request.
-
toBuilder
public UpdateConnectionOAuthRequestParameters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateConnectionOAuthRequestParameters.Builder,UpdateConnectionOAuthRequestParameters>
-
builder
public static UpdateConnectionOAuthRequestParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateConnectionOAuthRequestParameters.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.
-
-