@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KafkaClusterEncryptionInTransitDescription extends Object implements Serializable, Cloneable, StructuredPojo
The description of the encryption in transit to the Apache Kafka cluster.
Constructor and Description |
---|
KafkaClusterEncryptionInTransitDescription() |
Modifier and Type | Method and Description |
---|---|
KafkaClusterEncryptionInTransitDescription |
clone() |
boolean |
equals(Object obj) |
String |
getEncryptionType()
The type of encryption in transit to the Apache Kafka cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEncryptionType(String encryptionType)
The type of encryption in transit to the Apache Kafka cluster.
|
String |
toString()
Returns a string representation of this object.
|
KafkaClusterEncryptionInTransitDescription |
withEncryptionType(KafkaClusterEncryptionInTransitType encryptionType)
The type of encryption in transit to the Apache Kafka cluster.
|
KafkaClusterEncryptionInTransitDescription |
withEncryptionType(String encryptionType)
The type of encryption in transit to the Apache Kafka cluster.
|
public KafkaClusterEncryptionInTransitDescription()
public void setEncryptionType(String encryptionType)
The type of encryption in transit to the Apache Kafka cluster.
encryptionType
- The type of encryption in transit to the Apache Kafka cluster.KafkaClusterEncryptionInTransitType
public String getEncryptionType()
The type of encryption in transit to the Apache Kafka cluster.
KafkaClusterEncryptionInTransitType
public KafkaClusterEncryptionInTransitDescription withEncryptionType(String encryptionType)
The type of encryption in transit to the Apache Kafka cluster.
encryptionType
- The type of encryption in transit to the Apache Kafka cluster.KafkaClusterEncryptionInTransitType
public KafkaClusterEncryptionInTransitDescription withEncryptionType(KafkaClusterEncryptionInTransitType encryptionType)
The type of encryption in transit to the Apache Kafka cluster.
encryptionType
- The type of encryption in transit to the Apache Kafka cluster.KafkaClusterEncryptionInTransitType
public String toString()
toString
in class Object
Object.toString()
public KafkaClusterEncryptionInTransitDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.