@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Sasl extends Object implements Serializable, Cloneable, StructuredPojo
Details for client authentication using SASL.
| Constructor and Description |
|---|
Sasl() |
| Modifier and Type | Method and Description |
|---|---|
Sasl |
clone() |
boolean |
equals(Object obj) |
Scram |
getScram()
Details for SASL/SCRAM client authentication.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setScram(Scram scram)
Details for SASL/SCRAM client authentication.
|
String |
toString()
Returns a string representation of this object.
|
Sasl |
withScram(Scram scram)
Details for SASL/SCRAM client authentication.
|
public void setScram(Scram scram)
Details for SASL/SCRAM client authentication.
scram - Details for SASL/SCRAM client authentication.
public Scram getScram()
Details for SASL/SCRAM client authentication.
Details for SASL/SCRAM client authentication.
public Sasl withScram(Scram scram)
Details for SASL/SCRAM client authentication.
scram - Details for SASL/SCRAM client authentication.
public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.