@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplicatorSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about a replicator.
Constructor and Description |
---|
ReplicatorSummary() |
Modifier and Type | Method and Description |
---|---|
ReplicatorSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time the replicator was created.
|
String |
getCurrentVersion()
The current version of the replicator.
|
Boolean |
getIsReplicatorReference()
Whether this resource is a replicator reference.
|
List<KafkaClusterSummary> |
getKafkaClustersSummary()
Kafka Clusters used in setting up sources / targets for replication.
|
List<ReplicationInfoSummary> |
getReplicationInfoSummaryList()
A list of summarized information of replications between clusters.
|
String |
getReplicatorArn()
The Amazon Resource Name (ARN) of the replicator.
|
String |
getReplicatorName()
The name of the replicator.
|
String |
getReplicatorResourceArn()
The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.
|
String |
getReplicatorState()
State of the replicator.
|
int |
hashCode() |
Boolean |
isReplicatorReference()
Whether this resource is a replicator reference.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The time the replicator was created.
|
void |
setCurrentVersion(String currentVersion)
The current version of the replicator.
|
void |
setIsReplicatorReference(Boolean isReplicatorReference)
Whether this resource is a replicator reference.
|
void |
setKafkaClustersSummary(Collection<KafkaClusterSummary> kafkaClustersSummary)
Kafka Clusters used in setting up sources / targets for replication.
|
void |
setReplicationInfoSummaryList(Collection<ReplicationInfoSummary> replicationInfoSummaryList)
A list of summarized information of replications between clusters.
|
void |
setReplicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator.
|
void |
setReplicatorName(String replicatorName)
The name of the replicator.
|
void |
setReplicatorResourceArn(String replicatorResourceArn)
The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.
|
void |
setReplicatorState(String replicatorState)
State of the replicator.
|
String |
toString()
Returns a string representation of this object.
|
ReplicatorSummary |
withCreationTime(Date creationTime)
The time the replicator was created.
|
ReplicatorSummary |
withCurrentVersion(String currentVersion)
The current version of the replicator.
|
ReplicatorSummary |
withIsReplicatorReference(Boolean isReplicatorReference)
Whether this resource is a replicator reference.
|
ReplicatorSummary |
withKafkaClustersSummary(Collection<KafkaClusterSummary> kafkaClustersSummary)
Kafka Clusters used in setting up sources / targets for replication.
|
ReplicatorSummary |
withKafkaClustersSummary(KafkaClusterSummary... kafkaClustersSummary)
Kafka Clusters used in setting up sources / targets for replication.
|
ReplicatorSummary |
withReplicationInfoSummaryList(Collection<ReplicationInfoSummary> replicationInfoSummaryList)
A list of summarized information of replications between clusters.
|
ReplicatorSummary |
withReplicationInfoSummaryList(ReplicationInfoSummary... replicationInfoSummaryList)
A list of summarized information of replications between clusters.
|
ReplicatorSummary |
withReplicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator.
|
ReplicatorSummary |
withReplicatorName(String replicatorName)
The name of the replicator.
|
ReplicatorSummary |
withReplicatorResourceArn(String replicatorResourceArn)
The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.
|
ReplicatorSummary |
withReplicatorState(ReplicatorState replicatorState)
State of the replicator.
|
ReplicatorSummary |
withReplicatorState(String replicatorState)
State of the replicator.
|
public void setCreationTime(Date creationTime)
The time the replicator was created.
creationTime
- The time the replicator was created.public Date getCreationTime()
The time the replicator was created.
public ReplicatorSummary withCreationTime(Date creationTime)
The time the replicator was created.
creationTime
- The time the replicator was created.public void setCurrentVersion(String currentVersion)
The current version of the replicator.
currentVersion
- The current version of the replicator.public String getCurrentVersion()
The current version of the replicator.
public ReplicatorSummary withCurrentVersion(String currentVersion)
The current version of the replicator.
currentVersion
- The current version of the replicator.public void setIsReplicatorReference(Boolean isReplicatorReference)
Whether this resource is a replicator reference.
isReplicatorReference
- Whether this resource is a replicator reference.public Boolean getIsReplicatorReference()
Whether this resource is a replicator reference.
public ReplicatorSummary withIsReplicatorReference(Boolean isReplicatorReference)
Whether this resource is a replicator reference.
isReplicatorReference
- Whether this resource is a replicator reference.public Boolean isReplicatorReference()
Whether this resource is a replicator reference.
public List<KafkaClusterSummary> getKafkaClustersSummary()
Kafka Clusters used in setting up sources / targets for replication.
public void setKafkaClustersSummary(Collection<KafkaClusterSummary> kafkaClustersSummary)
Kafka Clusters used in setting up sources / targets for replication.
kafkaClustersSummary
- Kafka Clusters used in setting up sources / targets for replication.public ReplicatorSummary withKafkaClustersSummary(KafkaClusterSummary... kafkaClustersSummary)
Kafka Clusters used in setting up sources / targets for replication.
NOTE: This method appends the values to the existing list (if any). Use
setKafkaClustersSummary(java.util.Collection)
or withKafkaClustersSummary(java.util.Collection)
if you want to override the existing values.
kafkaClustersSummary
- Kafka Clusters used in setting up sources / targets for replication.public ReplicatorSummary withKafkaClustersSummary(Collection<KafkaClusterSummary> kafkaClustersSummary)
Kafka Clusters used in setting up sources / targets for replication.
kafkaClustersSummary
- Kafka Clusters used in setting up sources / targets for replication.public List<ReplicationInfoSummary> getReplicationInfoSummaryList()
A list of summarized information of replications between clusters.
public void setReplicationInfoSummaryList(Collection<ReplicationInfoSummary> replicationInfoSummaryList)
A list of summarized information of replications between clusters.
replicationInfoSummaryList
- A list of summarized information of replications between clusters.public ReplicatorSummary withReplicationInfoSummaryList(ReplicationInfoSummary... replicationInfoSummaryList)
A list of summarized information of replications between clusters.
NOTE: This method appends the values to the existing list (if any). Use
setReplicationInfoSummaryList(java.util.Collection)
or
withReplicationInfoSummaryList(java.util.Collection)
if you want to override the existing values.
replicationInfoSummaryList
- A list of summarized information of replications between clusters.public ReplicatorSummary withReplicationInfoSummaryList(Collection<ReplicationInfoSummary> replicationInfoSummaryList)
A list of summarized information of replications between clusters.
replicationInfoSummaryList
- A list of summarized information of replications between clusters.public void setReplicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator.
replicatorArn
- The Amazon Resource Name (ARN) of the replicator.public String getReplicatorArn()
The Amazon Resource Name (ARN) of the replicator.
public ReplicatorSummary withReplicatorArn(String replicatorArn)
The Amazon Resource Name (ARN) of the replicator.
replicatorArn
- The Amazon Resource Name (ARN) of the replicator.public void setReplicatorName(String replicatorName)
The name of the replicator.
replicatorName
- The name of the replicator.public String getReplicatorName()
The name of the replicator.
public ReplicatorSummary withReplicatorName(String replicatorName)
The name of the replicator.
replicatorName
- The name of the replicator.public void setReplicatorResourceArn(String replicatorResourceArn)
The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.
replicatorResourceArn
- The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.public String getReplicatorResourceArn()
The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.
public ReplicatorSummary withReplicatorResourceArn(String replicatorResourceArn)
The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.
replicatorResourceArn
- The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.public void setReplicatorState(String replicatorState)
State of the replicator.
replicatorState
- State of the replicator.ReplicatorState
public String getReplicatorState()
State of the replicator.
ReplicatorState
public ReplicatorSummary withReplicatorState(String replicatorState)
State of the replicator.
replicatorState
- State of the replicator.ReplicatorState
public ReplicatorSummary withReplicatorState(ReplicatorState replicatorState)
State of the replicator.
replicatorState
- State of the replicator.ReplicatorState
public String toString()
toString
in class Object
Object.toString()
public ReplicatorSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Privacy | Site terms | Cookie preferences | © 2024, Amazon Web Services, Inc. or its affiliates. All rights reserved.