@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KafkaClusterClientAuthentication extends Object implements Serializable, Cloneable, StructuredPojo
The client authentication information used in order to authenticate with the Apache Kafka cluster.
Constructor and Description |
---|
KafkaClusterClientAuthentication() |
Modifier and Type | Method and Description |
---|---|
KafkaClusterClientAuthentication |
clone() |
boolean |
equals(Object obj) |
String |
getAuthenticationType()
The type of client authentication used to connect to the Apache Kafka cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAuthenticationType(String authenticationType)
The type of client authentication used to connect to the Apache Kafka cluster.
|
String |
toString()
Returns a string representation of this object.
|
KafkaClusterClientAuthentication |
withAuthenticationType(KafkaClusterClientAuthenticationType authenticationType)
The type of client authentication used to connect to the Apache Kafka cluster.
|
KafkaClusterClientAuthentication |
withAuthenticationType(String authenticationType)
The type of client authentication used to connect to the Apache Kafka cluster.
|
public void setAuthenticationType(String authenticationType)
The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.
authenticationType
- The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no
client authentication is used.KafkaClusterClientAuthenticationType
public String getAuthenticationType()
The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.
KafkaClusterClientAuthenticationType
public KafkaClusterClientAuthentication withAuthenticationType(String authenticationType)
The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.
authenticationType
- The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no
client authentication is used.KafkaClusterClientAuthenticationType
public KafkaClusterClientAuthentication withAuthenticationType(KafkaClusterClientAuthenticationType authenticationType)
The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.
authenticationType
- The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no
client authentication is used.KafkaClusterClientAuthenticationType
public String toString()
toString
in class Object
Object.toString()
public KafkaClusterClientAuthentication clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.