Class OAuth2ClientApplication
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.OAuth2ClientApplication
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OAuth2ClientApplication.Builder,OAuth2ClientApplication>
@Generated("software.amazon.awssdk:codegen") public final class OAuth2ClientApplication extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OAuth2ClientApplication.Builder,OAuth2ClientApplication>
The OAuth2 client app used for the connection.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOAuth2ClientApplication.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringawsManagedClientApplicationReference()The reference to the SaaS-side client app that is Amazon Web Services managed.static OAuth2ClientApplication.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends OAuth2ClientApplication.Builder>serializableBuilderClass()OAuth2ClientApplication.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserManagedClientApplicationClientId()The client application clientID if the ClientAppType isUSER_MANAGED.-
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
-
userManagedClientApplicationClientId
public final String userManagedClientApplicationClientId()
The client application clientID if the ClientAppType is
USER_MANAGED.- Returns:
- The client application clientID if the ClientAppType is
USER_MANAGED.
-
awsManagedClientApplicationReference
public final String awsManagedClientApplicationReference()
The reference to the SaaS-side client app that is Amazon Web Services managed.
- Returns:
- The reference to the SaaS-side client app that is Amazon Web Services managed.
-
toBuilder
public OAuth2ClientApplication.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OAuth2ClientApplication.Builder,OAuth2ClientApplication>
-
builder
public static OAuth2ClientApplication.Builder builder()
-
serializableBuilderClass
public static Class<? extends OAuth2ClientApplication.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.
-
-