/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include When you update a pipeline, Elastic Transcoder returns the values that you
* specified in the request.See Also:
AWS
* API Reference
The pipeline updated by this UpdatePipelineResponse
call.
The pipeline updated by this UpdatePipelineResponse
call.
The pipeline updated by this UpdatePipelineResponse
call.
The pipeline updated by this UpdatePipelineResponse
call.
The pipeline updated by this UpdatePipelineResponse
call.
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.
*/ inline const Aws::VectorElastic 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.
*/ inline void SetWarnings(const Aws::VectorElastic 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.
*/ inline void SetWarnings(Aws::VectorElastic 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.
*/ inline UpdatePipelineResult& WithWarnings(const Aws::VectorElastic 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.
*/ inline UpdatePipelineResult& WithWarnings(Aws::VectorElastic 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.
*/ inline UpdatePipelineResult& AddWarnings(const Warning& value) { m_warnings.push_back(value); return *this; } /** *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.
*/ inline UpdatePipelineResult& AddWarnings(Warning&& value) { m_warnings.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline UpdatePipelineResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline UpdatePipelineResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline UpdatePipelineResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Pipeline m_pipeline; Aws::Vector