@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)
Marshalls this structured data using the given
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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.