@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelineSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of information about a pipeline.
Constructor and Description |
---|
PipelineSummary() |
Modifier and Type | Method and Description |
---|---|
PipelineSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
When the pipeline was created.
|
Date |
getLastUpdateTime()
When the pipeline was last updated.
|
String |
getPipelineName()
The name of the pipeline.
|
List<ReprocessingSummary> |
getReprocessingSummaries()
A summary of information about the pipeline reprocessing.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
When the pipeline was created.
|
void |
setLastUpdateTime(Date lastUpdateTime)
When the pipeline was last updated.
|
void |
setPipelineName(String pipelineName)
The name of the pipeline.
|
void |
setReprocessingSummaries(Collection<ReprocessingSummary> reprocessingSummaries)
A summary of information about the pipeline reprocessing.
|
String |
toString()
Returns a string representation of this object.
|
PipelineSummary |
withCreationTime(Date creationTime)
When the pipeline was created.
|
PipelineSummary |
withLastUpdateTime(Date lastUpdateTime)
When the pipeline was last updated.
|
PipelineSummary |
withPipelineName(String pipelineName)
The name of the pipeline.
|
PipelineSummary |
withReprocessingSummaries(Collection<ReprocessingSummary> reprocessingSummaries)
A summary of information about the pipeline reprocessing.
|
PipelineSummary |
withReprocessingSummaries(ReprocessingSummary... reprocessingSummaries)
A summary of information about the pipeline reprocessing.
|
public void setPipelineName(String pipelineName)
The name of the pipeline.
pipelineName
- The name of the pipeline.public String getPipelineName()
The name of the pipeline.
public PipelineSummary withPipelineName(String pipelineName)
The name of the pipeline.
pipelineName
- The name of the pipeline.public List<ReprocessingSummary> getReprocessingSummaries()
A summary of information about the pipeline reprocessing.
public void setReprocessingSummaries(Collection<ReprocessingSummary> reprocessingSummaries)
A summary of information about the pipeline reprocessing.
reprocessingSummaries
- A summary of information about the pipeline reprocessing.public PipelineSummary withReprocessingSummaries(ReprocessingSummary... reprocessingSummaries)
A summary of information about the pipeline reprocessing.
NOTE: This method appends the values to the existing list (if any). Use
setReprocessingSummaries(java.util.Collection)
or
withReprocessingSummaries(java.util.Collection)
if you want to override the existing values.
reprocessingSummaries
- A summary of information about the pipeline reprocessing.public PipelineSummary withReprocessingSummaries(Collection<ReprocessingSummary> reprocessingSummaries)
A summary of information about the pipeline reprocessing.
reprocessingSummaries
- A summary of information about the pipeline reprocessing.public void setCreationTime(Date creationTime)
When the pipeline was created.
creationTime
- When the pipeline was created.public Date getCreationTime()
When the pipeline was created.
public PipelineSummary withCreationTime(Date creationTime)
When the pipeline was created.
creationTime
- When the pipeline was created.public void setLastUpdateTime(Date lastUpdateTime)
When the pipeline was last updated.
lastUpdateTime
- When the pipeline was last updated.public Date getLastUpdateTime()
When the pipeline was last updated.
public PipelineSummary withLastUpdateTime(Date lastUpdateTime)
When the pipeline was last updated.
lastUpdateTime
- When the pipeline was last updated.public String toString()
toString
in class Object
Object.toString()
public PipelineSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.