@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuthenticationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration used to authenticate a speaker during a session.
Constructor and Description |
---|
AuthenticationConfiguration() |
Modifier and Type | Method and Description |
---|---|
AuthenticationConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getAcceptanceThreshold()
The minimum threshold needed to successfully authenticate a speaker.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAcceptanceThreshold(Integer acceptanceThreshold)
The minimum threshold needed to successfully authenticate a speaker.
|
String |
toString()
Returns a string representation of this object.
|
AuthenticationConfiguration |
withAcceptanceThreshold(Integer acceptanceThreshold)
The minimum threshold needed to successfully authenticate a speaker.
|
public void setAcceptanceThreshold(Integer acceptanceThreshold)
The minimum threshold needed to successfully authenticate a speaker.
acceptanceThreshold
- The minimum threshold needed to successfully authenticate a speaker.public Integer getAcceptanceThreshold()
The minimum threshold needed to successfully authenticate a speaker.
public AuthenticationConfiguration withAcceptanceThreshold(Integer acceptanceThreshold)
The minimum threshold needed to successfully authenticate a speaker.
acceptanceThreshold
- The minimum threshold needed to successfully authenticate a speaker.public String toString()
toString
in class Object
Object.toString()
public AuthenticationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.