Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PutApprovalResultRequest.Builder,PutApprovalResultRequest>
@Generated("software.amazon.awssdk:codegen") public class PutApprovalResultRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PutApprovalResultRequest.Builder,PutApprovalResultRequest>
Represents the input of a put approval result action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutApprovalResultRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
actionName() |
The name of the action for which approval is requested.
|
static PutApprovalResultRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
pipelineName() |
The name of the pipeline that contains the action.
|
ApprovalResult |
result() |
Represents information about the result of the approval request.
|
static Class<? extends PutApprovalResultRequest.Builder> |
serializableBuilderClass() |
|
String |
stageName() |
The name of the stage that contains the action.
|
PutApprovalResultRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
token() |
The system-generated token used to identify a unique approval request.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String pipelineName()
The name of the pipeline that contains the action.
public String stageName()
The name of the stage that contains the action.
public String actionName()
The name of the action for which approval is requested.
public ApprovalResult result()
Represents information about the result of the approval request.
public String token()
The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState action and is used to validate that the approval request corresponding to this token is still valid.
public PutApprovalResultRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutApprovalResultRequest.Builder,PutApprovalResultRequest>
public static PutApprovalResultRequest.Builder builder()
public static Class<? extends PutApprovalResultRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.