@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KafkaCluster extends Object implements Serializable, Cloneable, StructuredPojo
The details of the Apache Kafka cluster to which the connector is connected.
Constructor and Description |
---|
KafkaCluster() |
Modifier and Type | Method and Description |
---|---|
KafkaCluster |
clone() |
boolean |
equals(Object obj) |
ApacheKafkaCluster |
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(ApacheKafkaCluster apacheKafkaCluster)
The Apache Kafka cluster to which the connector is connected.
|
String |
toString()
Returns a string representation of this object.
|
KafkaCluster |
withApacheKafkaCluster(ApacheKafkaCluster apacheKafkaCluster)
The Apache Kafka cluster to which the connector is connected.
|
public void setApacheKafkaCluster(ApacheKafkaCluster apacheKafkaCluster)
The Apache Kafka cluster to which the connector is connected.
apacheKafkaCluster
- The Apache Kafka cluster to which the connector is connected.public ApacheKafkaCluster getApacheKafkaCluster()
The Apache Kafka cluster to which the connector is connected.
public KafkaCluster withApacheKafkaCluster(ApacheKafkaCluster 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 Object
Object.toString()
public KafkaCluster clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.