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