class com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl extends com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl<com.microsoft.azure.management.batchai.SetupTask> implements com.microsoft.azure.management.batchai.NodeSetupTask, com.microsoft.azure.management.batchai.NodeSetupTask$Definition<com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages$WithCreate>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl
{
  private com.microsoft.azure.management.batchai.implementation.BatchAIClusterImpl parent;
    descriptor: Lcom/microsoft/azure/management/batchai/implementation/BatchAIClusterImpl;
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.microsoft.azure.management.batchai.SetupTask, com.microsoft.azure.management.batchai.implementation.BatchAIClusterImpl);
    descriptor: (Lcom/microsoft/azure/management/batchai/SetupTask;Lcom/microsoft/azure/management/batchai/implementation/BatchAIClusterImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
        start local 1 // com.microsoft.azure.management.batchai.SetupTask inner
        start local 2 // com.microsoft.azure.management.batchai.implementation.BatchAIClusterImpl parent
         0: .line 33
            aload 0 /* this */
            aload 1 /* inner */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl.<init>:(Ljava/lang/Object;)V
         1: .line 34
            aload 0 /* this */
            aload 2 /* parent */
            putfield com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.parent:Lcom/microsoft/azure/management/batchai/implementation/BatchAIClusterImpl;
         2: .line 35
            return
        end local 2 // com.microsoft.azure.management.batchai.implementation.BatchAIClusterImpl parent
        end local 1 // com.microsoft.azure.management.batchai.SetupTask inner
        end local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;
            0    3     1   inner  Lcom/microsoft/azure/management/batchai/SetupTask;
            0    3     2  parent  Lcom/microsoft/azure/management/batchai/implementation/BatchAIClusterImpl;
    MethodParameters:
        Name  Flags
      inner   
      parent  

  public com.microsoft.azure.management.batchai.implementation.BatchAIClusterImpl attach();
    descriptor: ()Lcom/microsoft/azure/management/batchai/implementation/BatchAIClusterImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
         0: .line 39
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.parent:Lcom/microsoft/azure/management/batchai/implementation/BatchAIClusterImpl;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIClusterImpl.withSetupTask:(Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIClusterImpl;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;

  public com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl withCommandLine(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
        start local 1 // java.lang.String commandLine
         0: .line 44
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.SetupTask
            aload 1 /* commandLine */
            invokevirtual com.microsoft.azure.management.batchai.SetupTask.withCommandLine:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/SetupTask;
            pop
         1: .line 45
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String commandLine
        end local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;
            0    2     1  commandLine  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      commandLine  

  public com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl withStdOutErrPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
        start local 1 // java.lang.String stdOutErrPathPrefix
         0: .line 50
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.SetupTask
            aload 1 /* stdOutErrPathPrefix */
            invokevirtual com.microsoft.azure.management.batchai.SetupTask.withStdOutErrPathPrefix:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/SetupTask;
            pop
         1: .line 51
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String stdOutErrPathPrefix
        end local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;
            0    2     1  stdOutErrPathPrefix  Ljava/lang/String;
    MethodParameters:
                     Name  Flags
      stdOutErrPathPrefix  

  public com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl withEnvironmentVariable(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 56
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.ensureEnvironmentVariables:()Ljava/util/List;
            new com.microsoft.azure.management.batchai.EnvironmentVariable
            dup
            invokespecial com.microsoft.azure.management.batchai.EnvironmentVariable.<init>:()V
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.batchai.EnvironmentVariable.withName:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/EnvironmentVariable;
            aload 2 /* value */
            invokevirtual com.microsoft.azure.management.batchai.EnvironmentVariable.withValue:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/EnvironmentVariable;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 57
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   
      value  

  private java.util.List<com.microsoft.azure.management.batchai.EnvironmentVariable> ensureEnvironmentVariables();
    descriptor: ()Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
         0: .line 61
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.SetupTask
            invokevirtual com.microsoft.azure.management.batchai.SetupTask.environmentVariables:()Ljava/util/List;
            ifnonnull 2
         1: .line 62
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.SetupTask
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokevirtual com.microsoft.azure.management.batchai.SetupTask.withEnvironmentVariables:(Ljava/util/List;)Lcom/microsoft/azure/management/batchai/SetupTask;
            pop
         2: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.SetupTask
            invokevirtual com.microsoft.azure.management.batchai.SetupTask.environmentVariables:()Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/batchai/EnvironmentVariable;>;

  public com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl withEnvironmentVariableSecretValue(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 69
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.ensureEnvironmentVariablesWithSecrets:()Ljava/util/List;
            new com.microsoft.azure.management.batchai.EnvironmentVariableWithSecretValue
            dup
            invokespecial com.microsoft.azure.management.batchai.EnvironmentVariableWithSecretValue.<init>:()V
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.batchai.EnvironmentVariableWithSecretValue.withName:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/EnvironmentVariableWithSecretValue;
            aload 2 /* value */
            invokevirtual com.microsoft.azure.management.batchai.EnvironmentVariableWithSecretValue.withValue:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/EnvironmentVariableWithSecretValue;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 70
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   
      value  

  public com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl withEnvironmentVariableSecretValue(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String keyVaultId
        start local 3 // java.lang.String secretUrl
         0: .line 75
            new com.microsoft.azure.management.batchai.KeyVaultSecretReference
            dup
            invokespecial com.microsoft.azure.management.batchai.KeyVaultSecretReference.<init>:()V
         1: .line 76
            new com.microsoft.azure.management.batchai.ResourceId
            dup
            invokespecial com.microsoft.azure.management.batchai.ResourceId.<init>:()V
            aload 2 /* keyVaultId */
            invokevirtual com.microsoft.azure.management.batchai.ResourceId.withId:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ResourceId;
            invokevirtual com.microsoft.azure.management.batchai.KeyVaultSecretReference.withSourceVault:(Lcom/microsoft/azure/management/batchai/ResourceId;)Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;
            aload 3 /* secretUrl */
            invokevirtual com.microsoft.azure.management.batchai.KeyVaultSecretReference.withSecretUrl:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;
         2: .line 75
            astore 4 /* secretReference */
        start local 4 // com.microsoft.azure.management.batchai.KeyVaultSecretReference secretReference
         3: .line 77
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.ensureEnvironmentVariablesWithSecrets:()Ljava/util/List;
            new com.microsoft.azure.management.batchai.EnvironmentVariableWithSecretValue
            dup
            invokespecial com.microsoft.azure.management.batchai.EnvironmentVariableWithSecretValue.<init>:()V
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.batchai.EnvironmentVariableWithSecretValue.withName:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/EnvironmentVariableWithSecretValue;
            aload 4 /* secretReference */
            invokevirtual com.microsoft.azure.management.batchai.EnvironmentVariableWithSecretValue.withValueSecretReference:(Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;)Lcom/microsoft/azure/management/batchai/EnvironmentVariableWithSecretValue;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 78
            aload 0 /* this */
            areturn
        end local 4 // com.microsoft.azure.management.batchai.KeyVaultSecretReference secretReference
        end local 3 // java.lang.String secretUrl
        end local 2 // java.lang.String keyVaultId
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;
            0    5     1             name  Ljava/lang/String;
            0    5     2       keyVaultId  Ljava/lang/String;
            0    5     3        secretUrl  Ljava/lang/String;
            3    5     4  secretReference  Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;
    MethodParameters:
            Name  Flags
      name        
      keyVaultId  
      secretUrl   

  private java.util.List<com.microsoft.azure.management.batchai.EnvironmentVariableWithSecretValue> ensureEnvironmentVariablesWithSecrets();
    descriptor: ()Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
         0: .line 82
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.SetupTask
            invokevirtual com.microsoft.azure.management.batchai.SetupTask.secrets:()Ljava/util/List;
            ifnonnull 2
         1: .line 83
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.SetupTask
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokevirtual com.microsoft.azure.management.batchai.SetupTask.withSecrets:(Ljava/util/List;)Lcom/microsoft/azure/management/batchai/SetupTask;
            pop
         2: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.SetupTask
            invokevirtual com.microsoft.azure.management.batchai.SetupTask.secrets:()Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/batchai/EnvironmentVariableWithSecretValue;>;

  public com.microsoft.azure.management.batchai.BatchAICluster parent();
    descriptor: ()Lcom/microsoft/azure/management/batchai/BatchAICluster;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
         0: .line 90
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.parent:Lcom/microsoft/azure/management/batchai/implementation/BatchAIClusterImpl;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;

  public com.microsoft.azure.management.batchai.NodeSetupTask$DefinitionStages$WithAttach withEnvironmentVariableSecretValue(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/NodeSetupTask$DefinitionStages$WithAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.withEnvironmentVariableSecretValue:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.batchai.NodeSetupTask$DefinitionStages$WithAttach withEnvironmentVariableSecretValue(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/NodeSetupTask$DefinitionStages$WithAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.withEnvironmentVariableSecretValue:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object parent();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.parent:()Lcom/microsoft/azure/management/batchai/BatchAICluster;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object attach();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.attach:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIClusterImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.batchai.NodeSetupTask$DefinitionStages$WithStdOutErrPath withCommandLine(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/NodeSetupTask$DefinitionStages$WithStdOutErrPath;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.withCommandLine:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.batchai.NodeSetupTask$DefinitionStages$WithAttach withEnvironmentVariable(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/NodeSetupTask$DefinitionStages$WithAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.withEnvironmentVariable:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.batchai.NodeSetupTask$DefinitionStages$WithAttach withStdOutErrPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/NodeSetupTask$DefinitionStages$WithAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.batchai.implementation.NodeSetupTaskImpl.withStdOutErrPath:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/NodeSetupTaskImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableWrapperImpl<Lcom/microsoft/azure/management/batchai/SetupTask;>;Lcom/microsoft/azure/management/batchai/NodeSetupTask;Lcom/microsoft/azure/management/batchai/NodeSetupTask$Definition<Lcom/microsoft/azure/management/batchai/BatchAICluster$DefinitionStages$WithCreate;>;
SourceFile: "NodeSetupTaskImpl.java"
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages of com.microsoft.azure.management.batchai.BatchAICluster
  public abstract WithCreate = com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages$WithCreate of com.microsoft.azure.management.batchai.BatchAICluster$DefinitionStages
  public abstract Definition = com.microsoft.azure.management.batchai.NodeSetupTask$Definition of com.microsoft.azure.management.batchai.NodeSetupTask
  public abstract DefinitionStages = com.microsoft.azure.management.batchai.NodeSetupTask$DefinitionStages of com.microsoft.azure.management.batchai.NodeSetupTask
  public abstract WithAttach = com.microsoft.azure.management.batchai.NodeSetupTask$DefinitionStages$WithAttach of com.microsoft.azure.management.batchai.NodeSetupTask$DefinitionStages
  public abstract WithStdOutErrPath = com.microsoft.azure.management.batchai.NodeSetupTask$DefinitionStages$WithStdOutErrPath of com.microsoft.azure.management.batchai.NodeSetupTask$DefinitionStages
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()