@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartPipelineReprocessingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| StartPipelineReprocessingResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| StartPipelineReprocessingResult | clone() | 
| boolean | equals(Object obj) | 
| String | getReprocessingId()
 The ID of the pipeline reprocessing activity that was started. | 
| int | hashCode() | 
| void | setReprocessingId(String reprocessingId)
 The ID of the pipeline reprocessing activity that was started. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| StartPipelineReprocessingResult | withReprocessingId(String reprocessingId)
 The ID of the pipeline reprocessing activity that was started. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setReprocessingId(String reprocessingId)
The ID of the pipeline reprocessing activity that was started.
reprocessingId - The ID of the pipeline reprocessing activity that was started.public String getReprocessingId()
The ID of the pipeline reprocessing activity that was started.
public StartPipelineReprocessingResult withReprocessingId(String reprocessingId)
The ID of the pipeline reprocessing activity that was started.
reprocessingId - The ID of the pipeline reprocessing activity that was started.public String toString()
toString in class ObjectObject.toString()public StartPipelineReprocessingResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.