Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elastictranscoder.model
Class UpdatePipelineResult

java.lang.Object
  extended by com.amazonaws.services.elastictranscoder.model.UpdatePipelineResult
All Implemented Interfaces:
Serializable

public class UpdatePipelineResult
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
UpdatePipelineResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 Pipeline getPipeline()
          The pipeline (queue) that is used to manage jobs.
 int hashCode()
           
 void setPipeline(Pipeline pipeline)
          The pipeline (queue) that is used to manage jobs.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 UpdatePipelineResult withPipeline(Pipeline pipeline)
          The pipeline (queue) that is used to manage jobs.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdatePipelineResult

public UpdatePipelineResult()
Method Detail

getPipeline

public Pipeline getPipeline()
The pipeline (queue) that is used to manage jobs.

Returns:
The pipeline (queue) that is used to manage jobs.

setPipeline

public void setPipeline(Pipeline pipeline)
The pipeline (queue) that is used to manage jobs.

Parameters:
pipeline - The pipeline (queue) that is used to manage jobs.

withPipeline

public UpdatePipelineResult withPipeline(Pipeline pipeline)
The pipeline (queue) that is used to manage jobs.

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

Parameters:
pipeline - The pipeline (queue) that is used to manage jobs.
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.