Class SimpleMethodFormModel

java.lang.Object
software.amazon.awssdk.codegen.model.intermediate.SimpleMethodFormModel

public class SimpleMethodFormModel extends Object
  • Constructor Details

    • SimpleMethodFormModel

      public SimpleMethodFormModel()
  • Method Details

    • getArguments

      public List<ArgumentModel> getArguments()
    • setArguments

      public void setArguments(List<ArgumentModel> arguments)
    • getArgumentsDeclaration

      public String getArgumentsDeclaration()
    • getWithMethodCalls

      public String getWithMethodCalls()