Package com.ngrok.definitions
Class AwsRole
java.lang.Object
com.ngrok.definitions.AwsRole
A class encapsulating the
AwsRole
resource.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
An ARN that specifies the role that ngrok should use to deliver to the configured target.int
hashCode()
static AwsRole.Builder
newBuilder
(String roleArn) Creates a new builder for theAwsRole
type.toString()
-
Method Details
-
newBuilder
Creates a new builder for theAwsRole
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
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
-
hashCode
public int hashCode() -
toString
-