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:
java.io.Serializable

public class GetPipelineDefinitionRequest
extends AmazonWebServiceRequest
implements java.io.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(java.lang.Object obj)
           
 java.lang.String getPipelineId()
          The identifier of the pipeline.
 java.lang.String getVersion()
          The version of the pipeline definition to retrieve.
 int hashCode()
           
 void setPipelineId(java.lang.String pipelineId)
          The identifier of the pipeline.
 void setVersion(java.lang.String version)
          The version of the pipeline definition to retrieve.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetPipelineDefinitionRequest withPipelineId(java.lang.String pipelineId)
          The identifier of the pipeline.
 GetPipelineDefinitionRequest withVersion(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.String getVersion()
The version of the pipeline definition to retrieve.

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

Returns:
The version of the pipeline definition to retrieve.

setVersion

public void setVersion(java.lang.String version)
The version of the pipeline definition to retrieve.

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

Parameters:
version - The version of the pipeline definition to retrieve.

withVersion

public GetPipelineDefinitionRequest withVersion(java.lang.String version)
The version of the pipeline definition to retrieve.

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

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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