ToCopyableBuilder<DescribeDataSourcesResponse.Builder,DescribeDataSourcesResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeDataSourcesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeDataSourcesResponse.Builder,DescribeDataSourcesResponse>
Represents the query results from a DescribeDataSources operation. The content is essentially a list of
DataSource
.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeDataSourcesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeDataSourcesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
An ID of the next page in the paginated results that indicates at least one more page follows.
|
List<DataSource> |
results() |
A list of
DataSource that meet the search criteria. |
static Class<? extends DescribeDataSourcesResponse.Builder> |
serializableBuilderClass() |
|
DescribeDataSourcesResponse.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<DataSource> results()
A list of DataSource
that meet the search criteria.
DataSource
that meet the search criteria.public String nextToken()
An ID of the next page in the paginated results that indicates at least one more page follows.
public DescribeDataSourcesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeDataSourcesResponse.Builder,DescribeDataSourcesResponse>
public static DescribeDataSourcesResponse.Builder builder()
public static Class<? extends DescribeDataSourcesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.