@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.
|
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
.
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.ReprocessingStatus
public String getStatus()
The status of the pipeline reprocessing.
ReprocessingStatus
public ReprocessingSummary withStatus(String status)
The status of the pipeline reprocessing.
status
- The status of the pipeline reprocessing.ReprocessingStatus
public ReprocessingSummary withStatus(ReprocessingStatus status)
The status of the pipeline reprocessing.
status
- The status of the pipeline reprocessing.ReprocessingStatus
public 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 Object
Object.toString()
public ReprocessingSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.