Class CfnOAuthClientApplicationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnOAuthClientApplicationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnOAuthClientApplicationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOAuthClientApplicationProps
@Stability(Stable)
@Internal
public static final class CfnOAuthClientApplicationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOAuthClientApplicationProps
An implementation for
CfnOAuthClientApplicationProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnOAuthClientApplicationProps
CfnOAuthClientApplicationProps.Builder, CfnOAuthClientApplicationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOAuthClientApplicationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal Stringfinal Stringfinal Stringfinal ObjectReturns union: eitherIResolvableorCfnOAuthClientApplication.IdentityProviderVpcConnectionPropertiesPropertyfinal StringgetName()final Stringfinal Stringfinal Stringfinal Stringfinal StringgetTags()final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnOAuthClientApplicationProps.Builder.
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceCfnOAuthClientApplicationProps- See Also:
-
getOAuthClientApplicationId
- Specified by:
getOAuthClientApplicationIdin interfaceCfnOAuthClientApplicationProps- See Also:
-
getOAuthClientAuthenticationType
- Specified by:
getOAuthClientAuthenticationTypein interfaceCfnOAuthClientApplicationProps- See Also:
-
getOAuthTokenEndpointUrl
- Specified by:
getOAuthTokenEndpointUrlin interfaceCfnOAuthClientApplicationProps- See Also:
-
getClientId
- Specified by:
getClientIdin interfaceCfnOAuthClientApplicationProps- See Also:
-
getClientSecret
- Specified by:
getClientSecretin interfaceCfnOAuthClientApplicationProps- See Also:
-
getDataSourceType
- Specified by:
getDataSourceTypein interfaceCfnOAuthClientApplicationProps- See Also:
-
getIdentityProviderVpcConnectionProperties
Description copied from interface:CfnOAuthClientApplicationPropsReturns union: eitherIResolvableorCfnOAuthClientApplication.IdentityProviderVpcConnectionPropertiesProperty- Specified by:
getIdentityProviderVpcConnectionPropertiesin interfaceCfnOAuthClientApplicationProps- See Also:
-
getOAuthAuthorizationEndpointUrl
- Specified by:
getOAuthAuthorizationEndpointUrlin interfaceCfnOAuthClientApplicationProps- See Also:
-
getOAuthScopes
- Specified by:
getOAuthScopesin interfaceCfnOAuthClientApplicationProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnOAuthClientApplicationProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-