@Generated(value="software.amazon.awssdk:codegen") public final class PutActionRevisionRequest extends CodePipelineRequest implements ToCopyableBuilder<PutActionRevisionRequest.Builder,PutActionRevisionRequest>
Represents the input of a PutActionRevision action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutActionRevisionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
actionName()
The name of the action that processes the revision.
|
ActionRevision |
actionRevision()
Represents information about the version (or revision) of an action.
|
static PutActionRevisionRequest.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 starts processing the revision to the source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutActionRevisionRequest.Builder> |
serializableBuilderClass() |
String |
stageName()
The name of the stage that contains the action that acts on the revision.
|
PutActionRevisionRequest.Builder |
toBuilder() |
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 starts processing the revision to the source.
public final String stageName()
The name of the stage that contains the action that acts on the revision.
public final String actionName()
The name of the action that processes the revision.
public final ActionRevision actionRevision()
Represents information about the version (or revision) of an action.
public PutActionRevisionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutActionRevisionRequest.Builder,PutActionRevisionRequest>toBuilder in class CodePipelineRequestpublic static PutActionRevisionRequest.Builder builder()
public static Class<? extends PutActionRevisionRequest.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.