@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.
|
StartPipelineReprocessingResult |
withReprocessingId(String reprocessingId)
The ID of the pipeline reprocessing activity that was started.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public StartPipelineReprocessingResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.