Class UpdatePipelineResult
- java.lang.Object
-
- com.amazonaws.services.elastictranscoder.model.UpdatePipelineResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class UpdatePipelineResult extends Object implements Serializable, Cloneable
When you update a pipeline, Elastic Transcoder returns the values that you specified in the request.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdatePipelineResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdatePipelineResultclone()booleanequals(Object obj)PipelinegetPipeline()List<Warning>getWarnings()Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.inthashCode()voidsetPipeline(Pipeline pipeline)voidsetWarnings(Collection<Warning> warnings)Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.StringtoString()Returns a string representation of this object; useful for testing and debugging.UpdatePipelineResultwithPipeline(Pipeline pipeline)UpdatePipelineResultwithWarnings(Warning... warnings)Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.UpdatePipelineResultwithWarnings(Collection<Warning> warnings)Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
-
-
-
Method Detail
-
setPipeline
public void setPipeline(Pipeline pipeline)
- Parameters:
pipeline-
-
getPipeline
public Pipeline getPipeline()
- Returns:
-
withPipeline
public UpdatePipelineResult withPipeline(Pipeline pipeline)
- Parameters:
pipeline-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getWarnings
public List<Warning> getWarnings()
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
- Returns:
- Elastic Transcoder returns a warning if the resources used by
your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
-
setWarnings
public void setWarnings(Collection<Warning> warnings)
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
- Parameters:
warnings- Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
-
withWarnings
public UpdatePipelineResult withWarnings(Warning... warnings)
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
NOTE: This method appends the values to the existing list (if any). Use
setWarnings(java.util.Collection)orwithWarnings(java.util.Collection)if you want to override the existing values.- Parameters:
warnings- Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withWarnings
public UpdatePipelineResult withWarnings(Collection<Warning> warnings)
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
- Parameters:
warnings- Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
- Returns:
- Returns a reference to this 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public UpdatePipelineResult clone()
-
-