Class GlueOAuth2Credentials
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.GlueOAuth2Credentials
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GlueOAuth2Credentials.Builder,GlueOAuth2Credentials>
@Generated("software.amazon.awssdk:codegen") public final class GlueOAuth2Credentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GlueOAuth2Credentials.Builder,GlueOAuth2Credentials>
The GlueOAuth2 credentials of a connection.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGlueOAuth2Credentials.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccessToken()The access token of a connection.static GlueOAuth2Credentials.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjwtToken()The jwt token of the connection.StringrefreshToken()The refresh token of the connection.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GlueOAuth2Credentials.Builder>serializableBuilderClass()GlueOAuth2Credentials.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserManagedClientApplicationClientSecret()The user managed client application client secret of the connection.-
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
-
accessToken
public final String accessToken()
The access token of a connection.
- Returns:
- The access token of a connection.
-
jwtToken
public final String jwtToken()
The jwt token of the connection.
- Returns:
- The jwt token of the connection.
-
refreshToken
public final String refreshToken()
The refresh token of the connection.
- Returns:
- The refresh token of the connection.
-
userManagedClientApplicationClientSecret
public final String userManagedClientApplicationClientSecret()
The user managed client application client secret of the connection.
- Returns:
- The user managed client application client secret of the connection.
-
toBuilder
public GlueOAuth2Credentials.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GlueOAuth2Credentials.Builder,GlueOAuth2Credentials>
-
builder
public static GlueOAuth2Credentials.Builder builder()
-
serializableBuilderClass
public static Class<? extends GlueOAuth2Credentials.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-