@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkflowExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListWorkflowExecutionsResult() |
Modifier and Type | Method and Description |
---|---|
ListWorkflowExecutionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getImageBuildVersionArn()
The resource ARN of the image build version for which you requested a list of workflow runtime details.
|
String |
getMessage()
The output message from the list action, if applicable.
|
String |
getNextToken()
The next token used for paginated responses.
|
String |
getRequestId()
The request ID that uniquely identifies this request.
|
List<WorkflowExecutionMetadata> |
getWorkflowExecutions()
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|
int |
hashCode() |
void |
setImageBuildVersionArn(String imageBuildVersionArn)
The resource ARN of the image build version for which you requested a list of workflow runtime details.
|
void |
setMessage(String message)
The output message from the list action, if applicable.
|
void |
setNextToken(String nextToken)
The next token used for paginated responses.
|
void |
setRequestId(String requestId)
The request ID that uniquely identifies this request.
|
void |
setWorkflowExecutions(Collection<WorkflowExecutionMetadata> workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkflowExecutionsResult |
withImageBuildVersionArn(String imageBuildVersionArn)
The resource ARN of the image build version for which you requested a list of workflow runtime details.
|
ListWorkflowExecutionsResult |
withMessage(String message)
The output message from the list action, if applicable.
|
ListWorkflowExecutionsResult |
withNextToken(String nextToken)
The next token used for paginated responses.
|
ListWorkflowExecutionsResult |
withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
ListWorkflowExecutionsResult |
withWorkflowExecutions(Collection<WorkflowExecutionMetadata> workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|
ListWorkflowExecutionsResult |
withWorkflowExecutions(WorkflowExecutionMetadata... workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build
version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public String getRequestId()
The request ID that uniquely identifies this request.
public ListWorkflowExecutionsResult withRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public List<WorkflowExecutionMetadata> getWorkflowExecutions()
Contains an array of runtime details that represents each time a workflow ran for the requested image build version.
public void setWorkflowExecutions(Collection<WorkflowExecutionMetadata> workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build version.
workflowExecutions
- Contains an array of runtime details that represents each time a workflow ran for the requested image
build version.public ListWorkflowExecutionsResult withWorkflowExecutions(WorkflowExecutionMetadata... workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build version.
NOTE: This method appends the values to the existing list (if any). Use
setWorkflowExecutions(java.util.Collection)
or withWorkflowExecutions(java.util.Collection)
if
you want to override the existing values.
workflowExecutions
- Contains an array of runtime details that represents each time a workflow ran for the requested image
build version.public ListWorkflowExecutionsResult withWorkflowExecutions(Collection<WorkflowExecutionMetadata> workflowExecutions)
Contains an array of runtime details that represents each time a workflow ran for the requested image build version.
workflowExecutions
- Contains an array of runtime details that represents each time a workflow ran for the requested image
build version.public void setImageBuildVersionArn(String imageBuildVersionArn)
The resource ARN of the image build version for which you requested a list of workflow runtime details.
imageBuildVersionArn
- The resource ARN of the image build version for which you requested a list of workflow runtime details.public String getImageBuildVersionArn()
The resource ARN of the image build version for which you requested a list of workflow runtime details.
public ListWorkflowExecutionsResult withImageBuildVersionArn(String imageBuildVersionArn)
The resource ARN of the image build version for which you requested a list of workflow runtime details.
imageBuildVersionArn
- The resource ARN of the image build version for which you requested a list of workflow runtime details.public void setMessage(String message)
The output message from the list action, if applicable.
message
- The output message from the list action, if applicable.public String getMessage()
The output message from the list action, if applicable.
public ListWorkflowExecutionsResult withMessage(String message)
The output message from the list action, if applicable.
message
- The output message from the list action, if applicable.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 ListWorkflowExecutionsResult 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 ListWorkflowExecutionsResult clone()