ToCopyableBuilder<DescribeObjectsResponse.Builder,DescribeObjectsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeObjectsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeObjectsResponse.Builder,DescribeObjectsResponse>
Contains the output of DescribeObjects.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeObjectsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeObjectsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
hasMoreResults() |
Indicates whether there are more results to return.
|
String |
marker() |
The starting point for the next page of results.
|
List<PipelineObject> |
pipelineObjects() |
An array of object definitions.
|
static Class<? extends DescribeObjectsResponse.Builder> |
serializableBuilderClass() |
|
DescribeObjectsResponse.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<PipelineObject> pipelineObjects()
An array of object definitions.
public String marker()
The starting point for the next page of results. To view the next page of results, call
DescribeObjects
again with this marker value. If the value is null, there are no more results.
DescribeObjects
again with this marker value. If the value is null, there are no more
results.public Boolean hasMoreResults()
Indicates whether there are more results to return.
public DescribeObjectsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeObjectsResponse.Builder,DescribeObjectsResponse>
public static DescribeObjectsResponse.Builder builder()
public static Class<? extends DescribeObjectsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.