@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplicationInfoSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summarized information of replication between clusters.
| Constructor and Description |
|---|
ReplicationInfoSummary() |
| Modifier and Type | Method and Description |
|---|---|
ReplicationInfoSummary |
clone() |
boolean |
equals(Object obj) |
String |
getSourceKafkaClusterAlias()
The alias of the source Kafka cluster.
|
String |
getTargetKafkaClusterAlias()
The alias of the target Kafka cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSourceKafkaClusterAlias(String sourceKafkaClusterAlias)
The alias of the source Kafka cluster.
|
void |
setTargetKafkaClusterAlias(String targetKafkaClusterAlias)
The alias of the target Kafka cluster.
|
String |
toString()
Returns a string representation of this object.
|
ReplicationInfoSummary |
withSourceKafkaClusterAlias(String sourceKafkaClusterAlias)
The alias of the source Kafka cluster.
|
ReplicationInfoSummary |
withTargetKafkaClusterAlias(String targetKafkaClusterAlias)
The alias of the target Kafka cluster.
|
public void setSourceKafkaClusterAlias(String sourceKafkaClusterAlias)
The alias of the source Kafka cluster.
sourceKafkaClusterAlias - The alias of the source Kafka cluster.public String getSourceKafkaClusterAlias()
The alias of the source Kafka cluster.
public ReplicationInfoSummary withSourceKafkaClusterAlias(String sourceKafkaClusterAlias)
The alias of the source Kafka cluster.
sourceKafkaClusterAlias - The alias of the source Kafka cluster.public void setTargetKafkaClusterAlias(String targetKafkaClusterAlias)
The alias of the target Kafka cluster.
targetKafkaClusterAlias - The alias of the target Kafka cluster.public String getTargetKafkaClusterAlias()
The alias of the target Kafka cluster.
public ReplicationInfoSummary withTargetKafkaClusterAlias(String targetKafkaClusterAlias)
The alias of the target Kafka cluster.
targetKafkaClusterAlias - The alias of the target Kafka cluster.public String toString()
toString in class ObjectObject.toString()public ReplicationInfoSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.