Class ConnectionOAuthResponseParameters
- java.lang.Object
-
- software.amazon.awssdk.services.eventbridge.model.ConnectionOAuthResponseParameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConnectionOAuthResponseParameters.Builder,ConnectionOAuthResponseParameters>
@Generated("software.amazon.awssdk:codegen") public final class ConnectionOAuthResponseParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectionOAuthResponseParameters.Builder,ConnectionOAuthResponseParameters>
Contains the response parameters when OAuth is specified as the authorization type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConnectionOAuthResponseParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringauthorizationEndpoint()The URL to the HTTP endpoint that authorized the request.static ConnectionOAuthResponseParameters.Builderbuilder()ConnectionOAuthClientResponseParametersclientParameters()AConnectionOAuthClientResponseParametersobject that contains details about the client parameters returned 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 ConnectionOAuthResponseParameters.Builder>serializableBuilderClass()ConnectionOAuthResponseParameters.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 ConnectionOAuthClientResponseParameters clientParameters()
A
ConnectionOAuthClientResponseParametersobject that contains details about the client parameters returned when OAuth is specified as the authorization type.- Returns:
- A
ConnectionOAuthClientResponseParametersobject that contains details about the client parameters returned when OAuth is specified as the authorization type.
-
authorizationEndpoint
public final String authorizationEndpoint()
The URL to the HTTP endpoint that authorized the request.
- Returns:
- The URL to the HTTP endpoint that authorized the request.
-
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 ConnectionOAuthResponseParameters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConnectionOAuthResponseParameters.Builder,ConnectionOAuthResponseParameters>
-
builder
public static ConnectionOAuthResponseParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConnectionOAuthResponseParameters.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.
-
-