public class DescribeObjectsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeObjects operation
.
Gets the object definitions for a set of objects associated with the pipeline. Object definitions are composed of a set of fields that define the properties of the object.
NOOP
Constructor and Description |
---|
DescribeObjectsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeObjectsRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getPipelineId()
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setPipelineId(String pipelineId)
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
pipelineId
- The ID of the pipeline that contains the object definitions.public DescribeObjectsRequest withPipelineId(String pipelineId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
pipelineId
- The ID of the pipeline that contains the object definitions.public List<String> getObjectIds()
DescribeObjects
.DescribeObjects
.public void setObjectIds(Collection<String> objectIds)
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)
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.
Returns a reference to this object so that method calls can be chained together.
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)
DescribeObjects
.
Returns a reference to this object so that method calls can be chained together.
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 Boolean isEvaluateExpressions()
public void setEvaluateExpressions(Boolean evaluateExpressions)
evaluateExpressions
- Indicates whether any expressions in the object should be evaluated
when the object descriptions are returned.public DescribeObjectsRequest withEvaluateExpressions(Boolean evaluateExpressions)
Returns a reference to this object so that method calls can be chained together.
evaluateExpressions
- Indicates whether any expressions in the object should be evaluated
when the object descriptions are returned.public Boolean getEvaluateExpressions()
public String getMarker()
DescribeObjects
with the marker value
from the previous call to retrieve the next set of results.
Constraints:
Length: 0 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
DescribeObjects
with the marker value
from the previous call to retrieve the next set of results.public void setMarker(String marker)
DescribeObjects
with the marker value
from the previous call to retrieve the next set of results.
Constraints:
Length: 0 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
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 DescribeObjectsRequest withMarker(String marker)
DescribeObjects
with the marker value
from the previous call to retrieve the next set of results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
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 © 2015. All rights reserved.