@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReadPipelineResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The ReadPipelineResponse
structure.
Constructor and Description |
---|
ReadPipelineResult() |
Modifier and Type | Method and Description |
---|---|
ReadPipelineResult |
clone() |
boolean |
equals(Object obj) |
Pipeline |
getPipeline()
A section of the response body that provides information about the pipeline.
|
List<Warning> |
getWarnings()
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
int |
hashCode() |
void |
setPipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline.
|
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ReadPipelineResult |
withPipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline.
|
ReadPipelineResult |
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.
|
ReadPipelineResult |
withWarnings(Warning... warnings)
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline.
pipeline
- A section of the response body that provides information about the pipeline.public Pipeline getPipeline()
A section of the response body that provides information about the pipeline.
public ReadPipelineResult withPipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline.
pipeline
- A section of the response body that provides information about the pipeline.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.
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.
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.
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.
public ReadPipelineResult 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)
or withWarnings(java.util.Collection)
if you want to override
the existing values.
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.
public ReadPipelineResult 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.
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.
public String toString()
toString
in class Object
Object.toString()
public ReadPipelineResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.