public class DescribeFatLogsResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
DescribeFatLogsResponse() |
| Modifier and Type | Method and Description |
|---|---|
DescribeFatLogsResponse |
addFatLogsItem(FatLogForDescribeFatLogsOutput fatLogsItem) |
DescribeFatLogsResponse |
context(String context) |
boolean |
equals(Object o) |
DescribeFatLogsResponse |
fatLogs(List<FatLogForDescribeFatLogsOutput> fatLogs) |
String |
getContext()
Get context
|
@Valid List<FatLogForDescribeFatLogsOutput> |
getFatLogs()
Get fatLogs
|
String |
getInstanceId()
Get instanceId
|
Integer |
getTotal()
Get total
|
int |
hashCode() |
DescribeFatLogsResponse |
instanceId(String instanceId) |
Boolean |
isListOver()
Get listOver
|
DescribeFatLogsResponse |
listOver(Boolean listOver) |
void |
setContext(String context) |
void |
setFatLogs(List<FatLogForDescribeFatLogsOutput> fatLogs) |
void |
setInstanceId(String instanceId) |
void |
setListOver(Boolean listOver) |
void |
setTotal(Integer total) |
String |
toString() |
DescribeFatLogsResponse |
total(Integer total) |
getResponseMetadata, setResponseMetadatapublic DescribeFatLogsResponse context(String context)
public String getContext()
public void setContext(String context)
public DescribeFatLogsResponse fatLogs(List<FatLogForDescribeFatLogsOutput> fatLogs)
public DescribeFatLogsResponse addFatLogsItem(FatLogForDescribeFatLogsOutput fatLogsItem)
@Valid public @Valid List<FatLogForDescribeFatLogsOutput> getFatLogs()
public void setFatLogs(List<FatLogForDescribeFatLogsOutput> fatLogs)
public DescribeFatLogsResponse instanceId(String instanceId)
public String getInstanceId()
public void setInstanceId(String instanceId)
public DescribeFatLogsResponse listOver(Boolean listOver)
public Boolean isListOver()
public void setListOver(Boolean listOver)
public DescribeFatLogsResponse total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
Copyright © 2026. All rights reserved.