Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PutActionRevisionRequest.Builder,PutActionRevisionRequest>
@Generated("software.amazon.awssdk:codegen") public class PutActionRevisionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PutActionRevisionRequest.Builder,PutActionRevisionRequest>
Represents the input of a put action revision action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutActionRevisionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
actionName() |
The name of the action that will process the revision.
|
ActionRevision |
actionRevision() |
Represents information about the version (or revision) of an action.
|
static PutActionRevisionRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
pipelineName() |
The name of the pipeline that will start processing the revision to the source.
|
static Class<? extends PutActionRevisionRequest.Builder> |
serializableBuilderClass() |
|
String |
stageName() |
The name of the stage that contains the action that will act upon the revision.
|
PutActionRevisionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
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 will start processing the revision to the source.
public String stageName()
The name of the stage that contains the action that will act upon the revision.
public String actionName()
The name of the action that will process the revision.
public ActionRevision actionRevision()
Represents information about the version (or revision) of an action.
public PutActionRevisionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutActionRevisionRequest.Builder,PutActionRevisionRequest>
public static PutActionRevisionRequest.Builder builder()
public static Class<? extends PutActionRevisionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.