Class AwsRole

java.lang.Object
com.ngrok.definitions.AwsRole

public class AwsRole extends Object
A class encapsulating the AwsRole resource.
  • Method Details

    • newBuilder

      public static AwsRole.Builder newBuilder(String roleArn)
      Creates a new builder for the AwsRole type.
      Parameters:
      roleArn - An ARN that specifies the role that ngrok should use to deliver to the configured target.
      Returns:
      a new AwsRole.Builder
    • getRoleArn

      public String getRoleArn()
      An ARN that specifies the role that ngrok should use to deliver to the configured target.
      Returns:
      the value of the property as a String
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object