@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendWorkflowStepActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SendWorkflowStepActionResult() |
Modifier and Type | Method and Description |
---|---|
SendWorkflowStepActionResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
The client token that uniquely identifies the request.
|
String |
getImageBuildVersionArn()
The Amazon Resource Name (ARN) of the image build version that received the action request.
|
String |
getStepExecutionId()
The workflow step that sent the step action.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The client token that uniquely identifies the request.
|
void |
setImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image build version that received the action request.
|
void |
setStepExecutionId(String stepExecutionId)
The workflow step that sent the step action.
|
String |
toString()
Returns a string representation of this object.
|
SendWorkflowStepActionResult |
withClientToken(String clientToken)
The client token that uniquely identifies the request.
|
SendWorkflowStepActionResult |
withImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image build version that received the action request.
|
SendWorkflowStepActionResult |
withStepExecutionId(String stepExecutionId)
The workflow step that sent the step action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStepExecutionId(String stepExecutionId)
The workflow step that sent the step action.
stepExecutionId
- The workflow step that sent the step action.public String getStepExecutionId()
The workflow step that sent the step action.
public SendWorkflowStepActionResult withStepExecutionId(String stepExecutionId)
The workflow step that sent the step action.
stepExecutionId
- The workflow step that sent the step action.public void setImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image build version that received the action request.
imageBuildVersionArn
- The Amazon Resource Name (ARN) of the image build version that received the action request.public String getImageBuildVersionArn()
The Amazon Resource Name (ARN) of the image build version that received the action request.
public SendWorkflowStepActionResult withImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image build version that received the action request.
imageBuildVersionArn
- The Amazon Resource Name (ARN) of the image build version that received the action request.public void setClientToken(String clientToken)
The client token that uniquely identifies the request.
clientToken
- The client token that uniquely identifies the request.public String getClientToken()
The client token that uniquely identifies the request.
public SendWorkflowStepActionResult withClientToken(String clientToken)
The client token that uniquely identifies the request.
clientToken
- The client token that uniquely identifies the request.public String toString()
toString
in class Object
Object.toString()
public SendWorkflowStepActionResult clone()