public class DescribeSlotsResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
DescribeSlotsResponse() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSlotsResponse |
addReplicationSlotsItem(ReplicationSlotForDescribeSlotsOutput replicationSlotsItem) |
boolean |
equals(Object o) |
@Valid List<ReplicationSlotForDescribeSlotsOutput> |
getReplicationSlots()
Get replicationSlots
|
Integer |
getTotal()
Get total
|
int |
hashCode() |
DescribeSlotsResponse |
replicationSlots(List<ReplicationSlotForDescribeSlotsOutput> replicationSlots) |
void |
setReplicationSlots(List<ReplicationSlotForDescribeSlotsOutput> replicationSlots) |
void |
setTotal(Integer total) |
String |
toString() |
DescribeSlotsResponse |
total(Integer total) |
getResponseMetadata, setResponseMetadatapublic DescribeSlotsResponse replicationSlots(List<ReplicationSlotForDescribeSlotsOutput> replicationSlots)
public DescribeSlotsResponse addReplicationSlotsItem(ReplicationSlotForDescribeSlotsOutput replicationSlotsItem)
@Valid public @Valid List<ReplicationSlotForDescribeSlotsOutput> getReplicationSlots()
public void setReplicationSlots(List<ReplicationSlotForDescribeSlotsOutput> replicationSlots)
public DescribeSlotsResponse total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
Copyright © 2025. All rights reserved.