|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.datapipeline.model.DescribeObjectsRequest
public class DescribeObjectsRequest
Container for the parameters to the DescribeObjects operation
.
Returns 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.
DataPipeline.describeObjects(DescribeObjectsRequest)
Constructor Summary | |
---|---|
DescribeObjectsRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Boolean |
getEvaluateExpressions()
Returns the value of the EvaluateExpressions property for this object. |
java.lang.String |
getMarker()
The starting point for the results to be returned. |
java.util.List<java.lang.String> |
getObjectIds()
Identifiers of the pipeline objects that contain the definitions to be described. |
java.lang.String |
getPipelineId()
Identifier of the pipeline that contains the object definitions. |
int |
hashCode()
|
java.lang.Boolean |
isEvaluateExpressions()
Returns the value of the EvaluateExpressions property for this object. |
void |
setEvaluateExpressions(java.lang.Boolean evaluateExpressions)
Sets the value of the EvaluateExpressions property for this object. |
void |
setMarker(java.lang.String marker)
The starting point for the results to be returned. |
void |
setObjectIds(java.util.Collection<java.lang.String> objectIds)
Identifiers of the pipeline objects that contain the definitions to be described. |
void |
setPipelineId(java.lang.String pipelineId)
Identifier of the pipeline that contains the object definitions. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeObjectsRequest |
withEvaluateExpressions(java.lang.Boolean evaluateExpressions)
Sets the value of the EvaluateExpressions property for this object. |
DescribeObjectsRequest |
withMarker(java.lang.String marker)
The starting point for the results to be returned. |
DescribeObjectsRequest |
withObjectIds(java.util.Collection<java.lang.String> objectIds)
Identifiers of the pipeline objects that contain the definitions to be described. |
DescribeObjectsRequest |
withObjectIds(java.lang.String... objectIds)
Identifiers of the pipeline objects that contain the definitions to be described. |
DescribeObjectsRequest |
withPipelineId(java.lang.String pipelineId)
Identifier of the pipeline that contains the object definitions. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeObjectsRequest()
Method Detail |
---|
public java.lang.String getPipelineId()
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
public void setPipelineId(java.lang.String pipelineId)
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
pipelineId
- Identifier of the pipeline that contains the object definitions.public DescribeObjectsRequest withPipelineId(java.lang.String pipelineId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
pipelineId
- Identifier of the pipeline that contains the object definitions.
public java.util.List<java.lang.String> getObjectIds()
public void setObjectIds(java.util.Collection<java.lang.String> objectIds)
objectIds
- Identifiers of the pipeline objects that contain the definitions to be
described. You can pass as many as 25 identifiers in a single call to
DescribeObjectspublic DescribeObjectsRequest withObjectIds(java.lang.String... objectIds)
Returns a reference to this object so that method calls can be chained together.
objectIds
- Identifiers 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(java.util.Collection<java.lang.String> objectIds)
Returns a reference to this object so that method calls can be chained together.
objectIds
- Identifiers 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 java.lang.Boolean isEvaluateExpressions()
public void setEvaluateExpressions(java.lang.Boolean evaluateExpressions)
evaluateExpressions
- The new value for the EvaluateExpressions property for this object.public DescribeObjectsRequest withEvaluateExpressions(java.lang.Boolean evaluateExpressions)
Returns a reference to this object so that method calls can be chained together.
evaluateExpressions
- The new value for the EvaluateExpressions property for this object.
public java.lang.Boolean getEvaluateExpressions()
public java.lang.String getMarker()
HasMoreResults
as True
, you
can call DescribeObjects again and pass the marker value from the
response to retrieve the next set of results.
Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*
HasMoreResults
as True
, you
can call DescribeObjects again and pass the marker value from the
response to retrieve the next set of results.public void setMarker(java.lang.String marker)
HasMoreResults
as True
, you
can call DescribeObjects again and pass the marker value from the
response to retrieve the next set of results.
Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*
marker
- The starting point for the results to be returned. The first time you
call DescribeObjects, this value should be empty. As long as the
action returns HasMoreResults
as True
, you
can call DescribeObjects again and pass the marker value from the
response to retrieve the next set of results.public DescribeObjectsRequest withMarker(java.lang.String marker)
HasMoreResults
as True
, you
can call DescribeObjects again and pass the marker value from the
response 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: [ -??-??-?\r\n\t]*
marker
- The starting point for the results to be returned. The first time you
call DescribeObjects, this value should be empty. As long as the
action returns HasMoreResults
as True
, you
can call DescribeObjects again and pass the marker value from the
response to retrieve the next set of results.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |