@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Scram extends Object implements Serializable, Cloneable, StructuredPojo
Details for SASL/SCRAM client authentication.
| Constructor and Description |
|---|
Scram() |
| Modifier and Type | Method and Description |
|---|---|
Scram |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
SASL/SCRAM authentication is enabled or not.
|
int |
hashCode() |
Boolean |
isEnabled()
SASL/SCRAM authentication is enabled or not.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEnabled(Boolean enabled)
SASL/SCRAM authentication is enabled or not.
|
String |
toString()
Returns a string representation of this object.
|
Scram |
withEnabled(Boolean enabled)
SASL/SCRAM authentication is enabled or not.
|
public void setEnabled(Boolean enabled)
SASL/SCRAM authentication is enabled or not.
enabled - SASL/SCRAM authentication is enabled or not.
public Boolean getEnabled()
SASL/SCRAM authentication is enabled or not.
SASL/SCRAM authentication is enabled or not.
public Scram withEnabled(Boolean enabled)
SASL/SCRAM authentication is enabled or not.
enabled - SASL/SCRAM authentication is enabled or not.
public Boolean isEnabled()
SASL/SCRAM authentication is enabled or not.
SASL/SCRAM authentication is enabled or not.
public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.