public static class DescribeBroadcastTablesResponse.ListItem extends Object
| Constructor and Description |
|---|
ListItem() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBroadcast() |
String |
getBroadcastType() |
Integer |
getDbInstType() |
Boolean |
getIsShard() |
Integer |
getStatus() |
String |
getTable() |
void |
setBroadcast(Boolean broadcast) |
void |
setBroadcastType(String broadcastType) |
void |
setDbInstType(Integer dbInstType) |
void |
setIsShard(Boolean isShard) |
void |
setStatus(Integer status) |
void |
setTable(String table) |
public String getTable()
public void setTable(String table)
public String getBroadcastType()
public void setBroadcastType(String broadcastType)
public Boolean getIsShard()
public void setIsShard(Boolean isShard)
public Integer getDbInstType()
public void setDbInstType(Integer dbInstType)
public Boolean getBroadcast()
public void setBroadcast(Boolean broadcast)
public Integer getStatus()
public void setStatus(Integer status)
Copyright © 2020. All Rights Reserved.