@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelineRollbackMetadata extends Object implements Serializable, Cloneable, StructuredPojo
The metadata for the stage execution to be rolled back.
Constructor and Description |
---|
PipelineRollbackMetadata() |
Modifier and Type | Method and Description |
---|---|
PipelineRollbackMetadata |
clone() |
boolean |
equals(Object obj) |
String |
getRollbackTargetPipelineExecutionId()
The pipeline execution ID to which the stage will be rolled back.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRollbackTargetPipelineExecutionId(String rollbackTargetPipelineExecutionId)
The pipeline execution ID to which the stage will be rolled back.
|
String |
toString()
Returns a string representation of this object.
|
PipelineRollbackMetadata |
withRollbackTargetPipelineExecutionId(String rollbackTargetPipelineExecutionId)
The pipeline execution ID to which the stage will be rolled back.
|
public void setRollbackTargetPipelineExecutionId(String rollbackTargetPipelineExecutionId)
The pipeline execution ID to which the stage will be rolled back.
rollbackTargetPipelineExecutionId
- The pipeline execution ID to which the stage will be rolled back.public String getRollbackTargetPipelineExecutionId()
The pipeline execution ID to which the stage will be rolled back.
public PipelineRollbackMetadata withRollbackTargetPipelineExecutionId(String rollbackTargetPipelineExecutionId)
The pipeline execution ID to which the stage will be rolled back.
rollbackTargetPipelineExecutionId
- The pipeline execution ID to which the stage will be rolled back.public String toString()
toString
in class Object
Object.toString()
public PipelineRollbackMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2025. All rights reserved.