AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BatchGetChannelResult.h
1
6#pragma once
7#include <aws/ivs/IVS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ivs/model/Channel.h>
11#include <aws/ivs/model/BatchError.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace IVS
27{
28namespace Model
29{
31 {
32 public:
33 AWS_IVS_API BatchGetChannelResult();
36
37
39
42 inline const Aws::Vector<Channel>& GetChannels() const{ return m_channels; }
43 inline void SetChannels(const Aws::Vector<Channel>& value) { m_channels = value; }
44 inline void SetChannels(Aws::Vector<Channel>&& value) { m_channels = std::move(value); }
45 inline BatchGetChannelResult& WithChannels(const Aws::Vector<Channel>& value) { SetChannels(value); return *this;}
46 inline BatchGetChannelResult& WithChannels(Aws::Vector<Channel>&& value) { SetChannels(std::move(value)); return *this;}
47 inline BatchGetChannelResult& AddChannels(const Channel& value) { m_channels.push_back(value); return *this; }
48 inline BatchGetChannelResult& AddChannels(Channel&& value) { m_channels.push_back(std::move(value)); return *this; }
50
52
55 inline const Aws::Vector<BatchError>& GetErrors() const{ return m_errors; }
56 inline void SetErrors(const Aws::Vector<BatchError>& value) { m_errors = value; }
57 inline void SetErrors(Aws::Vector<BatchError>&& value) { m_errors = std::move(value); }
58 inline BatchGetChannelResult& WithErrors(const Aws::Vector<BatchError>& value) { SetErrors(value); return *this;}
59 inline BatchGetChannelResult& WithErrors(Aws::Vector<BatchError>&& value) { SetErrors(std::move(value)); return *this;}
60 inline BatchGetChannelResult& AddErrors(const BatchError& value) { m_errors.push_back(value); return *this; }
61 inline BatchGetChannelResult& AddErrors(BatchError&& value) { m_errors.push_back(std::move(value)); return *this; }
63
65
66 inline const Aws::String& GetRequestId() const{ return m_requestId; }
67 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
68 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
69 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
70 inline BatchGetChannelResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
71 inline BatchGetChannelResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
72 inline BatchGetChannelResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
74 private:
75
76 Aws::Vector<Channel> m_channels;
77
79
80 Aws::String m_requestId;
81 };
82
83} // namespace Model
84} // namespace IVS
85} // namespace Aws
BatchGetChannelResult & WithRequestId(const char *value)
BatchGetChannelResult & WithRequestId(const Aws::String &value)
void SetErrors(Aws::Vector< BatchError > &&value)
BatchGetChannelResult & AddErrors(BatchError &&value)
BatchGetChannelResult & WithChannels(Aws::Vector< Channel > &&value)
const Aws::Vector< BatchError > & GetErrors() const
void SetChannels(const Aws::Vector< Channel > &value)
BatchGetChannelResult & WithErrors(Aws::Vector< BatchError > &&value)
void SetErrors(const Aws::Vector< BatchError > &value)
BatchGetChannelResult & AddChannels(Channel &&value)
BatchGetChannelResult & WithChannels(const Aws::Vector< Channel > &value)
BatchGetChannelResult & AddErrors(const BatchError &value)
AWS_IVS_API BatchGetChannelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IVS_API BatchGetChannelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Channel > & GetChannels() const
void SetChannels(Aws::Vector< Channel > &&value)
BatchGetChannelResult & AddChannels(const Channel &value)
BatchGetChannelResult & WithRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
BatchGetChannelResult & WithErrors(const Aws::Vector< BatchError > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue