@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPipelinesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListPipelinesResult() |
Modifier and Type | Method and Description |
---|---|
ListPipelinesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the result of the previous
ListPipelines request was truncated, the response includes a
NextToken . |
List<PipelineSummary> |
getPipelineSummaries()
Contains a sorted list of
PipelineSummary objects matching the specified filters. |
int |
hashCode() |
void |
setNextToken(String nextToken)
If the result of the previous
ListPipelines request was truncated, the response includes a
NextToken . |
void |
setPipelineSummaries(Collection<PipelineSummary> pipelineSummaries)
Contains a sorted list of
PipelineSummary objects matching the specified filters. |
String |
toString()
Returns a string representation of this object.
|
ListPipelinesResult |
withNextToken(String nextToken)
If the result of the previous
ListPipelines request was truncated, the response includes a
NextToken . |
ListPipelinesResult |
withPipelineSummaries(Collection<PipelineSummary> pipelineSummaries)
Contains a sorted list of
PipelineSummary objects matching the specified filters. |
ListPipelinesResult |
withPipelineSummaries(PipelineSummary... pipelineSummaries)
Contains a sorted list of
PipelineSummary objects matching the specified filters. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PipelineSummary> getPipelineSummaries()
Contains a sorted list of PipelineSummary
objects matching the specified filters. Each
PipelineSummary
consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription,
CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.
PipelineSummary
objects matching the specified filters. Each
PipelineSummary
consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription,
CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.public void setPipelineSummaries(Collection<PipelineSummary> pipelineSummaries)
Contains a sorted list of PipelineSummary
objects matching the specified filters. Each
PipelineSummary
consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription,
CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.
pipelineSummaries
- Contains a sorted list of PipelineSummary
objects matching the specified filters. Each
PipelineSummary
consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription,
CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.public ListPipelinesResult withPipelineSummaries(PipelineSummary... pipelineSummaries)
Contains a sorted list of PipelineSummary
objects matching the specified filters. Each
PipelineSummary
consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription,
CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.
NOTE: This method appends the values to the existing list (if any). Use
setPipelineSummaries(java.util.Collection)
or withPipelineSummaries(java.util.Collection)
if
you want to override the existing values.
pipelineSummaries
- Contains a sorted list of PipelineSummary
objects matching the specified filters. Each
PipelineSummary
consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription,
CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.public ListPipelinesResult withPipelineSummaries(Collection<PipelineSummary> pipelineSummaries)
Contains a sorted list of PipelineSummary
objects matching the specified filters. Each
PipelineSummary
consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription,
CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.
pipelineSummaries
- Contains a sorted list of PipelineSummary
objects matching the specified filters. Each
PipelineSummary
consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription,
CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.public void setNextToken(String nextToken)
If the result of the previous ListPipelines
request was truncated, the response includes a
NextToken
. To retrieve the next set of pipelines, use the token in the next request.
nextToken
- If the result of the previous ListPipelines
request was truncated, the response includes a
NextToken
. To retrieve the next set of pipelines, use the token in the next request.public String getNextToken()
If the result of the previous ListPipelines
request was truncated, the response includes a
NextToken
. To retrieve the next set of pipelines, use the token in the next request.
ListPipelines
request was truncated, the response includes a
NextToken
. To retrieve the next set of pipelines, use the token in the next request.public ListPipelinesResult withNextToken(String nextToken)
If the result of the previous ListPipelines
request was truncated, the response includes a
NextToken
. To retrieve the next set of pipelines, use the token in the next request.
nextToken
- If the result of the previous ListPipelines
request was truncated, the response includes a
NextToken
. To retrieve the next set of pipelines, use the token in the next request.public String toString()
toString
in class Object
Object.toString()
public ListPipelinesResult clone()