@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkflowStepExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListWorkflowStepExecutionsResult() |
Modifier and Type | Method and Description |
---|---|
ListWorkflowStepExecutionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getImageBuildVersionArn()
The image build version resource ARN that's associated with the specified runtime instance of the workflow.
|
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<WorkflowStepMetadata> |
getSteps()
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
|
String |
getWorkflowBuildVersionArn()
The build version ARN for the Image Builder workflow resource that defines the steps for this runtime instance of
the workflow.
|
String |
getWorkflowExecutionId()
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
|
int |
hashCode() |
void |
setImageBuildVersionArn(String imageBuildVersionArn)
The image build version resource ARN that's associated with the specified runtime instance of the workflow.
|
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 |
setSteps(Collection<WorkflowStepMetadata> steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
|
void |
setWorkflowBuildVersionArn(String workflowBuildVersionArn)
The build version ARN for the Image Builder workflow resource that defines the steps for this runtime instance of
the workflow.
|
void |
setWorkflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkflowStepExecutionsResult |
withImageBuildVersionArn(String imageBuildVersionArn)
The image build version resource ARN that's associated with the specified runtime instance of the workflow.
|
ListWorkflowStepExecutionsResult |
withMessage(String message)
The output message from the list action, if applicable.
|
ListWorkflowStepExecutionsResult |
withNextToken(String nextToken)
The next token used for paginated responses.
|
ListWorkflowStepExecutionsResult |
withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
ListWorkflowStepExecutionsResult |
withSteps(Collection<WorkflowStepMetadata> steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
|
ListWorkflowStepExecutionsResult |
withSteps(WorkflowStepMetadata... steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
|
ListWorkflowStepExecutionsResult |
withWorkflowBuildVersionArn(String workflowBuildVersionArn)
The build version ARN for the Image Builder workflow resource that defines the steps for this runtime instance of
the workflow.
|
ListWorkflowStepExecutionsResult |
withWorkflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
|
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 ListWorkflowStepExecutionsResult withRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public List<WorkflowStepMetadata> getSteps()
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
public void setSteps(Collection<WorkflowStepMetadata> steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
steps
- Contains an array of runtime details that represents each step in this runtime instance of the workflow.public ListWorkflowStepExecutionsResult withSteps(WorkflowStepMetadata... steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
NOTE: This method appends the values to the existing list (if any). Use
setSteps(java.util.Collection)
or withSteps(java.util.Collection)
if you want to override the
existing values.
steps
- Contains an array of runtime details that represents each step in this runtime instance of the workflow.public ListWorkflowStepExecutionsResult withSteps(Collection<WorkflowStepMetadata> steps)
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
steps
- Contains an array of runtime details that represents each step in this runtime instance of the workflow.public void setWorkflowBuildVersionArn(String workflowBuildVersionArn)
The build version ARN for the Image Builder workflow resource that defines the steps for this runtime instance of the workflow.
workflowBuildVersionArn
- The build version ARN for the Image Builder workflow resource that defines the steps for this runtime
instance of the workflow.public String getWorkflowBuildVersionArn()
The build version ARN for the Image Builder workflow resource that defines the steps for this runtime instance of the workflow.
public ListWorkflowStepExecutionsResult withWorkflowBuildVersionArn(String workflowBuildVersionArn)
The build version ARN for the Image Builder workflow resource that defines the steps for this runtime instance of the workflow.
workflowBuildVersionArn
- The build version ARN for the Image Builder workflow resource that defines the steps for this runtime
instance of the workflow.public void setWorkflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
workflowExecutionId
- The unique identifier that Image Builder assigned to keep track of runtime details when it ran the
workflow.public String getWorkflowExecutionId()
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
public ListWorkflowStepExecutionsResult withWorkflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
workflowExecutionId
- The unique identifier that Image Builder assigned to keep track of runtime details when it ran the
workflow.public void setImageBuildVersionArn(String imageBuildVersionArn)
The image build version resource ARN that's associated with the specified runtime instance of the workflow.
imageBuildVersionArn
- The image build version resource ARN that's associated with the specified runtime instance of the
workflow.public String getImageBuildVersionArn()
The image build version resource ARN that's associated with the specified runtime instance of the workflow.
public ListWorkflowStepExecutionsResult withImageBuildVersionArn(String imageBuildVersionArn)
The image build version resource ARN that's associated with the specified runtime instance of the workflow.
imageBuildVersionArn
- The image build version resource ARN that's associated with the specified runtime instance of the
workflow.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 ListWorkflowStepExecutionsResult 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 ListWorkflowStepExecutionsResult 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 ListWorkflowStepExecutionsResult clone()