public class CreatePipelineResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
When you create a pipeline, Elastic Transcoder returns the values that you specified in the request.
Modifier and Type | Field and Description |
---|---|
private Pipeline |
pipeline
A section of the response body that provides information about the
pipeline that is created.
|
private SdkInternalList<Warning> |
warnings
Elastic Transcoder returns a warning if the resources used by your
pipeline are not in the same region as the pipeline.
|
Constructor and Description |
---|
CreatePipelineResult() |
Modifier and Type | Method and Description |
---|---|
CreatePipelineResult |
clone() |
boolean |
equals(java.lang.Object obj) |
Pipeline |
getPipeline()
A section of the response body that provides information about the
pipeline that is created.
|
java.util.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 that is created.
|
void |
setWarnings(java.util.Collection<Warning> warnings)
Elastic Transcoder returns a warning if the resources used by your
pipeline are not in the same region as the pipeline.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreatePipelineResult |
withPipeline(Pipeline pipeline)
A section of the response body that provides information about the
pipeline that is created.
|
CreatePipelineResult |
withWarnings(java.util.Collection<Warning> warnings)
Elastic Transcoder returns a warning if the resources used by your
pipeline are not in the same region as the pipeline.
|
CreatePipelineResult |
withWarnings(Warning... warnings)
Elastic Transcoder returns a warning if the resources used by your
pipeline are not in the same region as the pipeline.
|
private Pipeline pipeline
A section of the response body that provides information about the pipeline that is created.
private SdkInternalList<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.
public void setPipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline that is created.
pipeline
- A section of the response body that provides information about the
pipeline that is created.public Pipeline getPipeline()
A section of the response body that provides information about the pipeline that is created.
public CreatePipelineResult withPipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline that is created.
pipeline
- A section of the response body that provides information about the
pipeline that is created.public java.util.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(java.util.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 CreatePipelineResult 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 CreatePipelineResult withWarnings(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreatePipelineResult clone()
clone
in class java.lang.Object