Class CfnProject.SourceAuthProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codebuild.CfnProject.SourceAuthProperty.Jsii$Proxy
All Implemented Interfaces:
CfnProject.SourceAuthProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnProject.SourceAuthProperty

@Stability(Stable) @Internal public static final class CfnProject.SourceAuthProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnProject.SourceAuthProperty
An implementation for CfnProject.SourceAuthProperty
  • 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

      protected Jsii$Proxy(CfnProject.SourceAuthProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnProject.SourceAuthProperty.Builder.
  • Method Details

    • getType

      public final String getType()
      Description copied from interface: CfnProject.SourceAuthProperty
      The authorization type to use. The only valid value is OAUTH , which represents the OAuth authorization type.

      This data type is used by the AWS CodeBuild console only.

      Specified by:
      getType in interface CfnProject.SourceAuthProperty
    • getResource

      public final String getResource()
      Description copied from interface: CfnProject.SourceAuthProperty
      The resource value that applies to the specified authorization type.

      This data type is used by the AWS CodeBuild console only.

      Specified by:
      getResource in interface CfnProject.SourceAuthProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object