@Generated(value="software.amazon.awssdk:codegen") public final class PutApprovalResultRequest extends CodePipelineRequest implements ToCopyableBuilder<PutApprovalResultRequest.Builder,PutApprovalResultRequest>
Represents the input of a PutApprovalResult action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutApprovalResultRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
actionName()
The name of the action for which approval is requested.
|
static PutApprovalResultRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
pipelineName()
The name of the pipeline that contains the action.
|
ApprovalResult |
result()
Represents information about the result of the approval request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutApprovalResultRequest.Builder> |
serializableBuilderClass() |
String |
stageName()
The name of the stage that contains the action.
|
PutApprovalResultRequest.Builder |
toBuilder() |
String |
token()
The system-generated token used to identify a unique approval request.
|
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pipelineName()
The name of the pipeline that contains the action.
public final String stageName()
The name of the stage that contains the action.
public final String actionName()
The name of the action for which approval is requested.
public final ApprovalResult result()
Represents information about the result of the approval request.
public final 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. It is used to validate that the approval request corresponding to this token is still valid.
public PutApprovalResultRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutApprovalResultRequest.Builder,PutApprovalResultRequest>toBuilder in class CodePipelineRequestpublic static PutApprovalResultRequest.Builder builder()
public static Class<? extends PutApprovalResultRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.