@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KafkaClusterDescription extends Object implements Serializable, Cloneable, StructuredPojo
Details of how to connect to the Apache Kafka cluster.
| Constructor and Description |
|---|
KafkaClusterDescription() |
| Modifier and Type | Method and Description |
|---|---|
KafkaClusterDescription |
clone() |
boolean |
equals(Object obj) |
ApacheKafkaClusterDescription |
getApacheKafkaCluster()
The Apache Kafka cluster to which the connector is connected.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setApacheKafkaCluster(ApacheKafkaClusterDescription apacheKafkaCluster)
The Apache Kafka cluster to which the connector is connected.
|
String |
toString()
Returns a string representation of this object.
|
KafkaClusterDescription |
withApacheKafkaCluster(ApacheKafkaClusterDescription apacheKafkaCluster)
The Apache Kafka cluster to which the connector is connected.
|
public void setApacheKafkaCluster(ApacheKafkaClusterDescription apacheKafkaCluster)
The Apache Kafka cluster to which the connector is connected.
apacheKafkaCluster - The Apache Kafka cluster to which the connector is connected.public ApacheKafkaClusterDescription getApacheKafkaCluster()
The Apache Kafka cluster to which the connector is connected.
public KafkaClusterDescription withApacheKafkaCluster(ApacheKafkaClusterDescription apacheKafkaCluster)
The Apache Kafka cluster to which the connector is connected.
apacheKafkaCluster - The Apache Kafka cluster to which the connector is connected.public String toString()
toString in class ObjectObject.toString()public KafkaClusterDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.