Class GitIdentity.Jsii$Proxy

  • All Implemented Interfaces:
    GitIdentity, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    GitIdentity

    @Stability(Experimental)
    @Internal
    public static final class GitIdentity.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements GitIdentity
    An implementation for GitIdentity
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(GitIdentity.Builder builder)
      Constructor that initializes the object based on literal property values passed by the GitIdentity.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • Constructor Detail

      • 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.
    • Method Detail

      • getEmail

        public final String getEmail()
        Description copied from interface: GitIdentity
        (experimental) The email address of the git user.
        Specified by:
        getEmail in interface GitIdentity
      • getName

        public final String getName()
        Description copied from interface: GitIdentity
        (experimental) The name of the user.
        Specified by:
        getName in interface GitIdentity
      • $jsii$toJson

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

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