Class PutActionRevisionRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.codepipeline.model.CodePipelineRequest
-
- software.amazon.awssdk.services.codepipeline.model.PutActionRevisionRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<PutActionRevisionRequest.Builder,PutActionRevisionRequest>
@Generated("software.amazon.awssdk:codegen") public final class PutActionRevisionRequest extends CodePipelineRequest implements ToCopyableBuilder<PutActionRevisionRequest.Builder,PutActionRevisionRequest>
Represents the input of a
PutActionRevisionaction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePutActionRevisionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringactionName()The name of the action that processes the revision.ActionRevisionactionRevision()Represents information about the version (or revision) of an action.static PutActionRevisionRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpipelineName()The name of the pipeline that starts processing the revision to the source.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PutActionRevisionRequest.Builder>serializableBuilderClass()StringstageName()The name of the stage that contains the action that acts on the revision.PutActionRevisionRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
pipelineName
public final String pipelineName()
The name of the pipeline that starts processing the revision to the source.
- Returns:
- The name of the pipeline that starts processing the revision to the source.
-
stageName
public final String stageName()
The name of the stage that contains the action that acts on the revision.
- Returns:
- The name of the stage that contains the action that acts on the revision.
-
actionName
public final String actionName()
The name of the action that processes the revision.
- Returns:
- The name of the action that processes the revision.
-
actionRevision
public final ActionRevision actionRevision()
Represents information about the version (or revision) of an action.
- Returns:
- Represents information about the version (or revision) of an action.
-
toBuilder
public PutActionRevisionRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PutActionRevisionRequest.Builder,PutActionRevisionRequest>- Specified by:
toBuilderin classCodePipelineRequest
-
builder
public static PutActionRevisionRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends PutActionRevisionRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-