@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Pipeline extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a pipeline.
Constructor and Description |
---|
Pipeline() |
Modifier and Type | Method and Description |
---|---|
Pipeline |
clone() |
boolean |
equals(Object obj) |
List<PipelineActivity> |
getActivities()
The activities that perform transformations on the messages.
|
String |
getArn()
The ARN of the pipeline.
|
Date |
getCreationTime()
When the pipeline was created.
|
Date |
getLastUpdateTime()
The last time the pipeline was updated.
|
String |
getName()
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 |
setActivities(Collection<PipelineActivity> activities)
The activities that perform transformations on the messages.
|
void |
setArn(String arn)
The ARN of the pipeline.
|
void |
setCreationTime(Date creationTime)
When the pipeline was created.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The last time the pipeline was updated.
|
void |
setName(String name)
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.
|
Pipeline |
withActivities(Collection<PipelineActivity> activities)
The activities that perform transformations on the messages.
|
Pipeline |
withActivities(PipelineActivity... activities)
The activities that perform transformations on the messages.
|
Pipeline |
withArn(String arn)
The ARN of the pipeline.
|
Pipeline |
withCreationTime(Date creationTime)
When the pipeline was created.
|
Pipeline |
withLastUpdateTime(Date lastUpdateTime)
The last time the pipeline was updated.
|
Pipeline |
withName(String name)
The name of the pipeline.
|
Pipeline |
withReprocessingSummaries(Collection<ReprocessingSummary> reprocessingSummaries)
A summary of information about the pipeline reprocessing.
|
Pipeline |
withReprocessingSummaries(ReprocessingSummary... reprocessingSummaries)
A summary of information about the pipeline reprocessing.
|
public void setName(String name)
The name of the pipeline.
name
- The name of the pipeline.public String getName()
The name of the pipeline.
public Pipeline withName(String name)
The name of the pipeline.
name
- The name of the pipeline.public void setArn(String arn)
The ARN of the pipeline.
arn
- The ARN of the pipeline.public String getArn()
The ARN of the pipeline.
public Pipeline withArn(String arn)
The ARN of the pipeline.
arn
- The ARN of the pipeline.public List<PipelineActivity> getActivities()
The activities that perform transformations on the messages.
public void setActivities(Collection<PipelineActivity> activities)
The activities that perform transformations on the messages.
activities
- The activities that perform transformations on the messages.public Pipeline withActivities(PipelineActivity... activities)
The activities that perform transformations on the messages.
NOTE: This method appends the values to the existing list (if any). Use
setActivities(java.util.Collection)
or withActivities(java.util.Collection)
if you want to
override the existing values.
activities
- The activities that perform transformations on the messages.public Pipeline withActivities(Collection<PipelineActivity> activities)
The activities that perform transformations on the messages.
activities
- The activities that perform transformations on the messages.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 Pipeline 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 Pipeline 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 Pipeline withCreationTime(Date creationTime)
When the pipeline was created.
creationTime
- When the pipeline was created.public void setLastUpdateTime(Date lastUpdateTime)
The last time the pipeline was updated.
lastUpdateTime
- The last time the pipeline was updated.public Date getLastUpdateTime()
The last time the pipeline was updated.
public Pipeline withLastUpdateTime(Date lastUpdateTime)
The last time the pipeline was updated.
lastUpdateTime
- The last time the pipeline was updated.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.