ToCopyableBuilder<ListFindingsResponse.Builder,ListFindingsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListFindingsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListFindingsResponse.Builder,ListFindingsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListFindingsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListFindingsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<String> |
findingArns() |
A list of ARNs that specifies the findings returned by the action.
|
int |
hashCode() |
|
String |
nextToken() |
When a response is generated, if there is more data to be listed, this parameter is present in the response and
contains the value to use for the nextToken parameter in a subsequent pagination request.
|
static Class<? extends ListFindingsResponse.Builder> |
serializableBuilderClass() |
|
ListFindingsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<String> findingArns()
A list of ARNs that specifies the findings returned by the action.
public String nextToken()
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
public ListFindingsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListFindingsResponse.Builder,ListFindingsResponse>
public static ListFindingsResponse.Builder builder()
public static Class<? extends ListFindingsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.