@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePipelineExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribePipelineExecutionResult() |
Modifier and Type | Method and Description |
---|---|
DescribePipelineExecutionResult |
clone() |
boolean |
equals(Object obj) |
UserContext |
getCreatedBy() |
Date |
getCreationTime()
The time when the pipeline execution was created.
|
UserContext |
getLastModifiedBy() |
Date |
getLastModifiedTime()
The time when the pipeline execution was modified last.
|
String |
getPipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
|
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 |
getPipelineExecutionStatus()
The status of the pipeline execution.
|
int |
hashCode() |
void |
setCreatedBy(UserContext createdBy) |
void |
setCreationTime(Date creationTime)
The time when the pipeline execution was created.
|
void |
setLastModifiedBy(UserContext lastModifiedBy) |
void |
setLastModifiedTime(Date lastModifiedTime)
The time when the pipeline execution was modified last.
|
void |
setPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
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 |
setPipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline execution.
|
String |
toString()
Returns a string representation of this object.
|
DescribePipelineExecutionResult |
withCreatedBy(UserContext createdBy) |
DescribePipelineExecutionResult |
withCreationTime(Date creationTime)
The time when the pipeline execution was created.
|
DescribePipelineExecutionResult |
withLastModifiedBy(UserContext lastModifiedBy) |
DescribePipelineExecutionResult |
withLastModifiedTime(Date lastModifiedTime)
The time when the pipeline execution was modified last.
|
DescribePipelineExecutionResult |
withPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
DescribePipelineExecutionResult |
withPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
DescribePipelineExecutionResult |
withPipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
|
DescribePipelineExecutionResult |
withPipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
|
DescribePipelineExecutionResult |
withPipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus)
The status of the pipeline execution.
|
DescribePipelineExecutionResult |
withPipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline execution.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
pipelineArn
- The Amazon Resource Name (ARN) of the pipeline.public String getPipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
public DescribePipelineExecutionResult withPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
pipelineArn
- The Amazon Resource Name (ARN) of the pipeline.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 DescribePipelineExecutionResult withPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
pipelineExecutionArn
- The Amazon Resource Name (ARN) 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 DescribePipelineExecutionResult withPipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
pipelineExecutionDisplayName
- The display name 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 DescribePipelineExecutionResult withPipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline execution.
pipelineExecutionStatus
- The status of the pipeline execution.PipelineExecutionStatus
public DescribePipelineExecutionResult 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 DescribePipelineExecutionResult withPipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
pipelineExecutionDescription
- The description of the pipeline execution.public void setCreationTime(Date creationTime)
The time when the pipeline execution was created.
creationTime
- The time when the pipeline execution was created.public Date getCreationTime()
The time when the pipeline execution was created.
public DescribePipelineExecutionResult withCreationTime(Date creationTime)
The time when the pipeline execution was created.
creationTime
- The time when the pipeline execution was created.public void setLastModifiedTime(Date lastModifiedTime)
The time when the pipeline execution was modified last.
lastModifiedTime
- The time when the pipeline execution was modified last.public Date getLastModifiedTime()
The time when the pipeline execution was modified last.
public DescribePipelineExecutionResult withLastModifiedTime(Date lastModifiedTime)
The time when the pipeline execution was modified last.
lastModifiedTime
- The time when the pipeline execution was modified last.public void setCreatedBy(UserContext createdBy)
createdBy
- public UserContext getCreatedBy()
public DescribePipelineExecutionResult withCreatedBy(UserContext createdBy)
createdBy
- public void setLastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy
- public UserContext getLastModifiedBy()
public DescribePipelineExecutionResult withLastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy
- public String toString()
toString
in class Object
Object.toString()
public DescribePipelineExecutionResult clone()