public class TlsContext
extends java.lang.Object
implements java.io.Serializable
Specifies the TLS context to use for the test authorizer request.
Constructor and Description |
---|
TlsContext() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getServerName()
The value of the
serverName key in a TLS authorization
request. |
int |
hashCode() |
void |
setServerName(java.lang.String serverName)
The value of the
serverName key in a TLS authorization
request. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TlsContext |
withServerName(java.lang.String serverName)
The value of the
serverName key in a TLS authorization
request. |
public java.lang.String getServerName()
The value of the serverName
key in a TLS authorization
request.
Constraints:
Length: 1 - 253
The value of the serverName
key in a TLS
authorization request.
public void setServerName(java.lang.String serverName)
The value of the serverName
key in a TLS authorization
request.
Constraints:
Length: 1 - 253
serverName
-
The value of the serverName
key in a TLS
authorization request.
public TlsContext withServerName(java.lang.String serverName)
The value of the serverName
key in a TLS authorization
request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 253
serverName
-
The value of the serverName
key in a TLS
authorization request.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.