@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeObjectsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for DescribeObjects.
NOOP
Constructor and Description |
---|
DescribeObjectsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeObjectsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getEvaluateExpressions()
Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.
|
String |
getMarker()
The starting point for the results to be returned.
|
List<String> |
getObjectIds()
The IDs of the pipeline objects that contain the definitions to be described.
|
String |
getPipelineId()
The ID of the pipeline that contains the object definitions.
|
int |
hashCode() |
Boolean |
isEvaluateExpressions()
Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.
|
void |
setEvaluateExpressions(Boolean evaluateExpressions)
Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.
|
void |
setMarker(String marker)
The starting point for the results to be returned.
|
void |
setObjectIds(Collection<String> objectIds)
The IDs of the pipeline objects that contain the definitions to be described.
|
void |
setPipelineId(String pipelineId)
The ID of the pipeline that contains the object definitions.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeObjectsRequest |
withEvaluateExpressions(Boolean evaluateExpressions)
Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.
|
DescribeObjectsRequest |
withMarker(String marker)
The starting point for the results to be returned.
|
DescribeObjectsRequest |
withObjectIds(Collection<String> objectIds)
The IDs of the pipeline objects that contain the definitions to be described.
|
DescribeObjectsRequest |
withObjectIds(String... objectIds)
The IDs of the pipeline objects that contain the definitions to be described.
|
DescribeObjectsRequest |
withPipelineId(String pipelineId)
The ID of the pipeline that contains the object definitions.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPipelineId(String pipelineId)
The ID of the pipeline that contains the object definitions.
pipelineId
- The ID of the pipeline that contains the object definitions.public String getPipelineId()
The ID of the pipeline that contains the object definitions.
public DescribeObjectsRequest withPipelineId(String pipelineId)
The ID of the pipeline that contains the object definitions.
pipelineId
- The ID of the pipeline that contains the object definitions.public List<String> getObjectIds()
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 void setObjectIds(Collection<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
.
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
.public DescribeObjectsRequest withObjectIds(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
.
NOTE: This method appends the values to the existing list (if any). Use
setObjectIds(java.util.Collection)
or withObjectIds(java.util.Collection)
if you want to
override the existing values.
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
.public DescribeObjectsRequest withObjectIds(Collection<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
.
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
.public void setEvaluateExpressions(Boolean evaluateExpressions)
Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.
evaluateExpressions
- Indicates whether any expressions in the object should be evaluated when the object descriptions are
returned.public Boolean getEvaluateExpressions()
Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.
public DescribeObjectsRequest withEvaluateExpressions(Boolean evaluateExpressions)
Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.
evaluateExpressions
- Indicates whether any expressions in the object should be evaluated when the object descriptions are
returned.public Boolean isEvaluateExpressions()
Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.
public void setMarker(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.
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.public String getMarker()
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 withMarker(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.
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.public String toString()
toString
in class Object
Object.toString()
public DescribeObjectsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.