public static final class CfnBranch.BasicAuthConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBranch.BasicAuthConfigProperty
CfnBranch.BasicAuthConfigProperty
CfnBranch.BasicAuthConfigProperty.Builder, CfnBranch.BasicAuthConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getEnableBasicAuth()
Enables basic authorization for the branch.
|
java.lang.String |
getPassword()
The password for basic authorization.
|
java.lang.String |
getUsername()
The user name for basic authorization.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getPassword()
CfnBranch.BasicAuthConfigProperty
Length Constraints: Minimum length of 1. Maximum length of 255.
getPassword
in interface CfnBranch.BasicAuthConfigProperty
public final java.lang.String getUsername()
CfnBranch.BasicAuthConfigProperty
Length Constraints: Minimum length of 1. Maximum length of 255.
getUsername
in interface CfnBranch.BasicAuthConfigProperty
public final java.lang.Object getEnableBasicAuth()
CfnBranch.BasicAuthConfigProperty
getEnableBasicAuth
in interface CfnBranch.BasicAuthConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()