Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.datapipeline.model
Class GetPipelineDefinitionRequest

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

public class GetPipelineDefinitionRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the GetPipelineDefinition operation.

Returns the definition of the specified pipeline. You can call GetPipelineDefinition to retrieve the pipeline definition you provided using PutPipelineDefinition.

See Also:
DataPipeline.getPipelineDefinition(GetPipelineDefinitionRequest), Serialized Form

Constructor Summary
GetPipelineDefinitionRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getPipelineId()
          The identifier of the pipeline.
 String getVersion()
          The version of the pipeline definition to retrieve.
 int hashCode()
           
 void setPipelineId(String pipelineId)
          The identifier of the pipeline.
 void setVersion(String version)
          The version of the pipeline definition to retrieve.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetPipelineDefinitionRequest withPipelineId(String pipelineId)
          The identifier of the pipeline.
 GetPipelineDefinitionRequest withVersion(String version)
          The version of the pipeline definition to retrieve.
 
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

GetPipelineDefinitionRequest

public GetPipelineDefinitionRequest()
Method Detail

getPipelineId

public String getPipelineId()
The identifier of the pipeline.

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

Returns:
The identifier of the pipeline.

setPipelineId

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

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

Parameters:
pipelineId - The identifier of the pipeline.

withPipelineId

public GetPipelineDefinitionRequest withPipelineId(String pipelineId)
The identifier of the pipeline.

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.
Returns:
A reference to this updated object so that method calls can be chained together.

getVersion

public String getVersion()
The version of the pipeline definition to retrieve. This parameter accepts the values latest (default) and active. Where latest indicates the last definition saved to the pipeline and active indicates the last definition of the pipeline that was activated.

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

Returns:
The version of the pipeline definition to retrieve. This parameter accepts the values latest (default) and active. Where latest indicates the last definition saved to the pipeline and active indicates the last definition of the pipeline that was activated.

setVersion

public void setVersion(String version)
The version of the pipeline definition to retrieve. This parameter accepts the values latest (default) and active. Where latest indicates the last definition saved to the pipeline and active indicates the last definition of the pipeline that was activated.

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

Parameters:
version - The version of the pipeline definition to retrieve. This parameter accepts the values latest (default) and active. Where latest indicates the last definition saved to the pipeline and active indicates the last definition of the pipeline that was activated.

withVersion

public GetPipelineDefinitionRequest withVersion(String version)
The version of the pipeline definition to retrieve. This parameter accepts the values latest (default) and active. Where latest indicates the last definition saved to the pipeline and active indicates the last definition of the pipeline that was activated.

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

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

Parameters:
version - The version of the pipeline definition to retrieve. This parameter accepts the values latest (default) and active. Where latest indicates the last definition saved to the pipeline and active indicates the last definition of the pipeline that was activated.
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.