/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The ReadPipelineResponse
structure.See Also:
* AWS
* API Reference
A section of the response body that provides information about the * pipeline.
*/ inline const Pipeline& GetPipeline() const{ return m_pipeline; } /** *A section of the response body that provides information about the * pipeline.
*/ inline void SetPipeline(const Pipeline& value) { m_pipeline = value; } /** *A section of the response body that provides information about the * pipeline.
*/ inline void SetPipeline(Pipeline&& value) { m_pipeline = std::move(value); } /** *A section of the response body that provides information about the * pipeline.
*/ inline ReadPipelineResult& WithPipeline(const Pipeline& value) { SetPipeline(value); return *this;} /** *A section of the response body that provides information about the * pipeline.
*/ inline ReadPipelineResult& WithPipeline(Pipeline&& value) { SetPipeline(std::move(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 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 ReadPipelineResult& 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 ReadPipelineResult& 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 ReadPipelineResult& 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 ReadPipelineResult& 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 ReadPipelineResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ReadPipelineResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ReadPipelineResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Pipeline m_pipeline; Aws::Vector