@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkflowBuildVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListWorkflowBuildVersionsResult() |
Modifier and Type | Method and Description |
---|---|
ListWorkflowBuildVersionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The next token used for paginated responses.
|
List<WorkflowSummary> |
getWorkflowSummaryList()
A list that contains metadata for the workflow builds that have run for the workflow resource specified in the
request.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The next token used for paginated responses.
|
void |
setWorkflowSummaryList(Collection<WorkflowSummary> workflowSummaryList)
A list that contains metadata for the workflow builds that have run for the workflow resource specified in the
request.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkflowBuildVersionsResult |
withNextToken(String nextToken)
The next token used for paginated responses.
|
ListWorkflowBuildVersionsResult |
withWorkflowSummaryList(Collection<WorkflowSummary> workflowSummaryList)
A list that contains metadata for the workflow builds that have run for the workflow resource specified in the
request.
|
ListWorkflowBuildVersionsResult |
withWorkflowSummaryList(WorkflowSummary... workflowSummaryList)
A list that contains metadata for the workflow builds that have run for the workflow resource specified in the
request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<WorkflowSummary> getWorkflowSummaryList()
A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.
public void setWorkflowSummaryList(Collection<WorkflowSummary> workflowSummaryList)
A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.
workflowSummaryList
- A list that contains metadata for the workflow builds that have run for the workflow resource specified in
the request.public ListWorkflowBuildVersionsResult withWorkflowSummaryList(WorkflowSummary... workflowSummaryList)
A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.
NOTE: This method appends the values to the existing list (if any). Use
setWorkflowSummaryList(java.util.Collection)
or withWorkflowSummaryList(java.util.Collection)
if you want to override the existing values.
workflowSummaryList
- A list that contains metadata for the workflow builds that have run for the workflow resource specified in
the request.public ListWorkflowBuildVersionsResult withWorkflowSummaryList(Collection<WorkflowSummary> workflowSummaryList)
A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.
workflowSummaryList
- A list that contains metadata for the workflow builds that have run for the workflow resource specified in
the request.public void setNextToken(String nextToken)
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
nextToken
- The next token used for paginated responses. When this field isn't empty, there are additional elements
that the service hasn't included in this request. Use this token with the next request to retrieve
additional objects.public String getNextToken()
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
public ListWorkflowBuildVersionsResult withNextToken(String nextToken)
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
nextToken
- The next token used for paginated responses. When this field isn't empty, there are additional elements
that the service hasn't included in this request. Use this token with the next request to retrieve
additional objects.public String toString()
toString
in class Object
Object.toString()
public ListWorkflowBuildVersionsResult clone()