@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TlsContext extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the TLS context to use for the test authorizer request.
Constructor and Description |
---|
TlsContext() |
Modifier and Type | Method and Description |
---|---|
TlsContext |
clone() |
boolean |
equals(Object obj) |
String |
getServerName()
The value of the
serverName key in a TLS authorization request. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setServerName(String serverName)
The value of the
serverName key in a TLS authorization request. |
String |
toString()
Returns a string representation of this object.
|
TlsContext |
withServerName(String serverName)
The value of the
serverName key in a TLS authorization request. |
public void setServerName(String serverName)
The value of the serverName
key in a TLS authorization request.
serverName
- The value of the serverName
key in a TLS authorization request.public String getServerName()
The value of the serverName
key in a TLS authorization request.
serverName
key in a TLS authorization request.public TlsContext withServerName(String serverName)
The value of the serverName
key in a TLS authorization request.
serverName
- The value of the serverName
key in a TLS authorization request.public String toString()
toString
in class Object
Object.toString()
public TlsContext clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.