Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeObjectsRequest.Builder,DescribeObjectsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeObjectsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeObjectsRequest.Builder,DescribeObjectsRequest>
Contains the parameters for DescribeObjects.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeObjectsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeObjectsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
Boolean |
evaluateExpressions() |
Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.
|
int |
hashCode() |
|
String |
marker() |
The starting point for the results to be returned.
|
List<String> |
objectIds() |
The IDs of the pipeline objects that contain the definitions to be described.
|
String |
pipelineId() |
The ID of the pipeline that contains the object definitions.
|
static Class<? extends DescribeObjectsRequest.Builder> |
serializableBuilderClass() |
|
DescribeObjectsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String pipelineId()
The ID of the pipeline that contains the object definitions.
public List<String> objectIds()
The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25
identifiers in a single call to DescribeObjects
.
DescribeObjects
.public Boolean evaluateExpressions()
Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.
public String marker()
The starting point for the results to be returned. For the first call, this value should be empty. As long as
there are more results, continue to call DescribeObjects
with the marker value from the previous
call to retrieve the next set of results.
DescribeObjects
with the marker value from
the previous call to retrieve the next set of results.public DescribeObjectsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeObjectsRequest.Builder,DescribeObjectsRequest>
public static DescribeObjectsRequest.Builder builder()
public static Class<? extends DescribeObjectsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.