public class DescribeFlowLogsResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
DescribeFlowLogsResponse() |
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowLogsResponse |
addFlowLogsItem(FlowLogForDescribeFlowLogsOutput flowLogsItem) |
boolean |
equals(Object o) |
DescribeFlowLogsResponse |
flowLogs(List<FlowLogForDescribeFlowLogsOutput> flowLogs) |
@Valid List<FlowLogForDescribeFlowLogsOutput> |
getFlowLogs()
Get flowLogs
|
String |
getNextToken()
Get nextToken
|
String |
getRequestId()
Get requestId
|
int |
hashCode() |
DescribeFlowLogsResponse |
nextToken(String nextToken) |
DescribeFlowLogsResponse |
requestId(String requestId) |
void |
setFlowLogs(List<FlowLogForDescribeFlowLogsOutput> flowLogs) |
void |
setNextToken(String nextToken) |
void |
setRequestId(String requestId) |
String |
toString() |
getResponseMetadata, setResponseMetadatapublic DescribeFlowLogsResponse flowLogs(List<FlowLogForDescribeFlowLogsOutput> flowLogs)
public DescribeFlowLogsResponse addFlowLogsItem(FlowLogForDescribeFlowLogsOutput flowLogsItem)
@Valid public @Valid List<FlowLogForDescribeFlowLogsOutput> getFlowLogs()
public void setFlowLogs(List<FlowLogForDescribeFlowLogsOutput> flowLogs)
public DescribeFlowLogsResponse nextToken(String nextToken)
public String getNextToken()
public void setNextToken(String nextToken)
public DescribeFlowLogsResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2024. All rights reserved.