public class ActivatePipelineRequest extends AmazonWebServiceRequest implements java.io.Serializable
ActivatePipeline operation.
Validates a pipeline and initiates processing. If the pipeline does not pass validation, activation fails.
Call this action to start processing pipeline tasks of a pipeline you've created using the CreatePipeline and PutPipelineDefinition actions. A pipeline cannot be modified after it has been successfully activated.
| コンストラクタと説明 |
|---|
ActivatePipelineRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPipelineId()
The identifier of the pipeline to activate.
|
int |
hashCode() |
void |
setPipelineId(java.lang.String pipelineId)
The identifier of the pipeline to activate.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ActivatePipelineRequest |
withPipelineId(java.lang.String pipelineId)
The identifier of the pipeline to activate.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getPipelineId()
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
public void setPipelineId(java.lang.String pipelineId)
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
pipelineId - The identifier of the pipeline to activate.public ActivatePipelineRequest withPipelineId(java.lang.String pipelineId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
pipelineId - The identifier of the pipeline to activate.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object