@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelineExecutionSummary extends Object implements Serializable, Cloneable, StructuredPojo
A pipeline execution summary.
Constructor and Description |
---|
PipelineExecutionSummary() |
Modifier and Type | Method and Description |
---|---|
PipelineExecutionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getPipelineExecutionArn()
The Amazon Resource Name (ARN) of the pipeline execution.
|
String |
getPipelineExecutionDescription()
The description of the pipeline execution.
|
String |
getPipelineExecutionDisplayName()
The display name of the pipeline execution.
|
String |
getPipelineExecutionFailureReason()
A message generated by SageMaker Pipelines describing why the pipeline execution failed.
|
String |
getPipelineExecutionStatus()
The status of the pipeline execution.
|
Date |
getStartTime()
The start time of the pipeline execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
void |
setPipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
|
void |
setPipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
|
void |
setPipelineExecutionFailureReason(String pipelineExecutionFailureReason)
A message generated by SageMaker Pipelines describing why the pipeline execution failed.
|
void |
setPipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline execution.
|
void |
setStartTime(Date startTime)
The start time of the pipeline execution.
|
String |
toString()
Returns a string representation of this object.
|
PipelineExecutionSummary |
withPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
PipelineExecutionSummary |
withPipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
|
PipelineExecutionSummary |
withPipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
|
PipelineExecutionSummary |
withPipelineExecutionFailureReason(String pipelineExecutionFailureReason)
A message generated by SageMaker Pipelines describing why the pipeline execution failed.
|
PipelineExecutionSummary |
withPipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus)
The status of the pipeline execution.
|
PipelineExecutionSummary |
withPipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline execution.
|
PipelineExecutionSummary |
withStartTime(Date startTime)
The start time of the pipeline execution.
|
public void setPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
pipelineExecutionArn
- The Amazon Resource Name (ARN) of the pipeline execution.public String getPipelineExecutionArn()
The Amazon Resource Name (ARN) of the pipeline execution.
public PipelineExecutionSummary withPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
pipelineExecutionArn
- The Amazon Resource Name (ARN) of the pipeline execution.public void setStartTime(Date startTime)
The start time of the pipeline execution.
startTime
- The start time of the pipeline execution.public Date getStartTime()
The start time of the pipeline execution.
public PipelineExecutionSummary withStartTime(Date startTime)
The start time of the pipeline execution.
startTime
- The start time of the pipeline execution.public void setPipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline execution.
pipelineExecutionStatus
- The status of the pipeline execution.PipelineExecutionStatus
public String getPipelineExecutionStatus()
The status of the pipeline execution.
PipelineExecutionStatus
public PipelineExecutionSummary withPipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline execution.
pipelineExecutionStatus
- The status of the pipeline execution.PipelineExecutionStatus
public PipelineExecutionSummary withPipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus)
The status of the pipeline execution.
pipelineExecutionStatus
- The status of the pipeline execution.PipelineExecutionStatus
public void setPipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
pipelineExecutionDescription
- The description of the pipeline execution.public String getPipelineExecutionDescription()
The description of the pipeline execution.
public PipelineExecutionSummary withPipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
pipelineExecutionDescription
- The description of the pipeline execution.public void setPipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
pipelineExecutionDisplayName
- The display name of the pipeline execution.public String getPipelineExecutionDisplayName()
The display name of the pipeline execution.
public PipelineExecutionSummary withPipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
pipelineExecutionDisplayName
- The display name of the pipeline execution.public void setPipelineExecutionFailureReason(String pipelineExecutionFailureReason)
A message generated by SageMaker Pipelines describing why the pipeline execution failed.
pipelineExecutionFailureReason
- A message generated by SageMaker Pipelines describing why the pipeline execution failed.public String getPipelineExecutionFailureReason()
A message generated by SageMaker Pipelines describing why the pipeline execution failed.
public PipelineExecutionSummary withPipelineExecutionFailureReason(String pipelineExecutionFailureReason)
A message generated by SageMaker Pipelines describing why the pipeline execution failed.
pipelineExecutionFailureReason
- A message generated by SageMaker Pipelines describing why the pipeline execution failed.public String toString()
toString
in class Object
Object.toString()
public PipelineExecutionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.