@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 will process the revision.
|
ActionRevision |
actionRevision()
Represents information about the version (or revision) of an action.
|
static PutActionRevisionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
String |
pipelineName()
The name of the pipeline that will start 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 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() |
overrideConfiguration
copy
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>
toBuilder
in class CodePipelineRequest
public static PutActionRevisionRequest.Builder builder()
public static Class<? extends PutActionRevisionRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.