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