Class CfnSourceCredentialProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codebuild.CfnSourceCredentialProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSourceCredentialProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSourceCredentialProps
@Stability(Stable)
@Internal
public static final class CfnSourceCredentialProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSourceCredentialProps
An implementation for
CfnSourceCredentialProps-
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.codebuild.CfnSourceCredentialProps
CfnSourceCredentialProps.Builder, CfnSourceCredentialProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSourceCredentialProps.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 StringThe type of authentication used by the credentials.final StringThe type of source provider.final StringgetToken()For GitHub or GitHub Enterprise, this is the personal access token.final StringThe Bitbucket username when theauthTypeis BASIC_AUTH.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 theCfnSourceCredentialProps.Builder.
-
-
Method Details
-
getAuthType
Description copied from interface:CfnSourceCredentialPropsThe type of authentication used by the credentials.Valid options are OAUTH, BASIC_AUTH, or PERSONAL_ACCESS_TOKEN.
- Specified by:
getAuthTypein interfaceCfnSourceCredentialProps
-
getServerType
Description copied from interface:CfnSourceCredentialPropsThe type of source provider.The valid options are GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.
- Specified by:
getServerTypein interfaceCfnSourceCredentialProps
-
getToken
Description copied from interface:CfnSourceCredentialPropsFor GitHub or GitHub Enterprise, this is the personal access token.For Bitbucket, this is the app password.
- Specified by:
getTokenin interfaceCfnSourceCredentialProps
-
getUsername
Description copied from interface:CfnSourceCredentialPropsThe Bitbucket username when theauthTypeis BASIC_AUTH.This parameter is not valid for other types of source providers or connections.
- Specified by:
getUsernamein interfaceCfnSourceCredentialProps
-
$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()
-