Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.datapipeline.model
Class ActivatePipelineRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.datapipeline.model.ActivatePipelineRequest
All Implemented Interfaces:
Serializable

public class ActivatePipelineRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the 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.

See Also:
DataPipeline.activatePipeline(ActivatePipelineRequest), Serialized Form

Constructor Summary
ActivatePipelineRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getPipelineId()
          The identifier of the pipeline to activate.
 int hashCode()
           
 void setPipelineId(String pipelineId)
          The identifier of the pipeline to activate.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ActivatePipelineRequest withPipelineId(String pipelineId)
          The identifier of the pipeline to activate.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActivatePipelineRequest

public ActivatePipelineRequest()
Method Detail

getPipelineId

public String getPipelineId()
The identifier of the pipeline to activate.

Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*

Returns:
The identifier of the pipeline to activate.

setPipelineId

public void setPipelineId(String pipelineId)
The identifier of the pipeline to activate.

Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*

Parameters:
pipelineId - The identifier of the pipeline to activate.

withPipelineId

public ActivatePipelineRequest withPipelineId(String pipelineId)
The identifier of the pipeline to activate.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*

Parameters:
pipelineId - The identifier of the pipeline to activate.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.