@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SelectiveExecutionResult extends Object implements Serializable, Cloneable, StructuredPojo
The ARN from an execution of the current pipeline.
Constructor and Description |
---|
SelectiveExecutionResult() |
Modifier and Type | Method and Description |
---|---|
SelectiveExecutionResult |
clone() |
boolean |
equals(Object obj) |
String |
getSourcePipelineExecutionArn()
The ARN from an execution of the current pipeline.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSourcePipelineExecutionArn(String sourcePipelineExecutionArn)
The ARN from an execution of the current pipeline.
|
String |
toString()
Returns a string representation of this object.
|
SelectiveExecutionResult |
withSourcePipelineExecutionArn(String sourcePipelineExecutionArn)
The ARN from an execution of the current pipeline.
|
public void setSourcePipelineExecutionArn(String sourcePipelineExecutionArn)
The ARN from an execution of the current pipeline.
sourcePipelineExecutionArn
- The ARN from an execution of the current pipeline.public String getSourcePipelineExecutionArn()
The ARN from an execution of the current pipeline.
public SelectiveExecutionResult withSourcePipelineExecutionArn(String sourcePipelineExecutionArn)
The ARN from an execution of the current pipeline.
sourcePipelineExecutionArn
- The ARN from an execution of the current pipeline.public String toString()
toString
in class Object
Object.toString()
public SelectiveExecutionResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.