ToCopyableBuilder<DescribeFlowLogsResponse.Builder,DescribeFlowLogsResponse>@Generated("software.amazon.awssdk:codegen") public class DescribeFlowLogsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeFlowLogsResponse.Builder,DescribeFlowLogsResponse>
Contains the output of DescribeFlowLogs.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribeFlowLogsResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DescribeFlowLogsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<FlowLog> |
flowLogs() |
Information about the flow logs.
|
int |
hashCode() |
|
String |
nextToken() |
The token to use to retrieve the next page of results.
|
static Class<? extends DescribeFlowLogsResponse.Builder> |
serializableBuilderClass() |
|
DescribeFlowLogsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<FlowLog> flowLogs()
Information about the flow logs.
public String nextToken()
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
null when there are no
more results to return.public DescribeFlowLogsResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeFlowLogsResponse.Builder,DescribeFlowLogsResponse>public static DescribeFlowLogsResponse.Builder builder()
public static Class<? extends DescribeFlowLogsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.