@Generated(value="software.amazon.awssdk:codegen") public final class PutActionRevisionResponse extends CodePipelineResponse implements ToCopyableBuilder<PutActionRevisionResponse.Builder,PutActionRevisionResponse>
Represents the output of a PutActionRevision action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutActionRevisionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutActionRevisionResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
newRevision()
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
|
String |
pipelineExecutionId()
The ID of the current workflow state of the pipeline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutActionRevisionResponse.Builder> |
serializableBuilderClass() |
PutActionRevisionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean newRevision()
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
public final String pipelineExecutionId()
The ID of the current workflow state of the pipeline.
public PutActionRevisionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutActionRevisionResponse.Builder,PutActionRevisionResponse>toBuilder in class AwsResponsepublic static PutActionRevisionResponse.Builder builder()
public static Class<? extends PutActionRevisionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.