@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReprocessingSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about pipeline reprocessing.
| Constructor and Description |
|---|
ReprocessingSummary() |
| Modifier and Type | Method and Description |
|---|---|
ReprocessingSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time the pipeline reprocessing was created.
|
String |
getId()
The 'reprocessingId' returned by "StartPipelineReprocessing".
|
String |
getStatus()
The status of the pipeline reprocessing.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCreationTime(Date creationTime)
The time the pipeline reprocessing was created.
|
void |
setId(String id)
The 'reprocessingId' returned by "StartPipelineReprocessing".
|
void |
setStatus(String status)
The status of the pipeline reprocessing.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ReprocessingSummary |
withCreationTime(Date creationTime)
The time the pipeline reprocessing was created.
|
ReprocessingSummary |
withId(String id)
The 'reprocessingId' returned by "StartPipelineReprocessing".
|
ReprocessingSummary |
withStatus(ReprocessingStatus status)
The status of the pipeline reprocessing.
|
ReprocessingSummary |
withStatus(String status)
The status of the pipeline reprocessing.
|
public void setId(String id)
The 'reprocessingId' returned by "StartPipelineReprocessing".
id - The 'reprocessingId' returned by "StartPipelineReprocessing".public String getId()
The 'reprocessingId' returned by "StartPipelineReprocessing".
public ReprocessingSummary withId(String id)
The 'reprocessingId' returned by "StartPipelineReprocessing".
id - The 'reprocessingId' returned by "StartPipelineReprocessing".public void setStatus(String status)
The status of the pipeline reprocessing.
status - The status of the pipeline reprocessing.ReprocessingStatuspublic String getStatus()
The status of the pipeline reprocessing.
ReprocessingStatuspublic ReprocessingSummary withStatus(String status)
The status of the pipeline reprocessing.
status - The status of the pipeline reprocessing.ReprocessingStatuspublic ReprocessingSummary withStatus(ReprocessingStatus status)
The status of the pipeline reprocessing.
status - The status of the pipeline reprocessing.ReprocessingStatuspublic void setCreationTime(Date creationTime)
The time the pipeline reprocessing was created.
creationTime - The time the pipeline reprocessing was created.public Date getCreationTime()
The time the pipeline reprocessing was created.
public ReprocessingSummary withCreationTime(Date creationTime)
The time the pipeline reprocessing was created.
creationTime - The time the pipeline reprocessing was created.public String toString()
toString in class ObjectObject.toString()public ReprocessingSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.