@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details for SASL/IAM client authentication.
| Constructor and Description |
|---|
AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails() |
| Modifier and Type | Method and Description |
|---|---|
AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Indicates whether SASL/IAM authentication is enabled or not.
|
int |
hashCode() |
Boolean |
isEnabled()
Indicates whether SASL/IAM authentication is enabled or not.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEnabled(Boolean enabled)
Indicates whether SASL/IAM authentication is enabled or not.
|
String |
toString()
Returns a string representation of this object.
|
AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails |
withEnabled(Boolean enabled)
Indicates whether SASL/IAM authentication is enabled or not.
|
public AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails()
public void setEnabled(Boolean enabled)
Indicates whether SASL/IAM authentication is enabled or not.
enabled - Indicates whether SASL/IAM authentication is enabled or not.public Boolean getEnabled()
Indicates whether SASL/IAM authentication is enabled or not.
public AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails withEnabled(Boolean enabled)
Indicates whether SASL/IAM authentication is enabled or not.
enabled - Indicates whether SASL/IAM authentication is enabled or not.public Boolean isEnabled()
Indicates whether SASL/IAM authentication is enabled or not.
public String toString()
toString in class ObjectObject.toString()public AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.