AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BatchGetStreamKeyResult.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/BatchError.h>
11#include <aws/ivs/model/StreamKey.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:
36
37
39
42 inline const Aws::Vector<BatchError>& GetErrors() const{ return m_errors; }
43 inline void SetErrors(const Aws::Vector<BatchError>& value) { m_errors = value; }
44 inline void SetErrors(Aws::Vector<BatchError>&& value) { m_errors = std::move(value); }
45 inline BatchGetStreamKeyResult& WithErrors(const Aws::Vector<BatchError>& value) { SetErrors(value); return *this;}
46 inline BatchGetStreamKeyResult& WithErrors(Aws::Vector<BatchError>&& value) { SetErrors(std::move(value)); return *this;}
47 inline BatchGetStreamKeyResult& AddErrors(const BatchError& value) { m_errors.push_back(value); return *this; }
48 inline BatchGetStreamKeyResult& AddErrors(BatchError&& value) { m_errors.push_back(std::move(value)); return *this; }
50
52
55 inline const Aws::Vector<StreamKey>& GetStreamKeys() const{ return m_streamKeys; }
56 inline void SetStreamKeys(const Aws::Vector<StreamKey>& value) { m_streamKeys = value; }
57 inline void SetStreamKeys(Aws::Vector<StreamKey>&& value) { m_streamKeys = std::move(value); }
58 inline BatchGetStreamKeyResult& WithStreamKeys(const Aws::Vector<StreamKey>& value) { SetStreamKeys(value); return *this;}
59 inline BatchGetStreamKeyResult& WithStreamKeys(Aws::Vector<StreamKey>&& value) { SetStreamKeys(std::move(value)); return *this;}
60 inline BatchGetStreamKeyResult& AddStreamKeys(const StreamKey& value) { m_streamKeys.push_back(value); return *this; }
61 inline BatchGetStreamKeyResult& AddStreamKeys(StreamKey&& value) { m_streamKeys.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 BatchGetStreamKeyResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
71 inline BatchGetStreamKeyResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
72 inline BatchGetStreamKeyResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
74 private:
75
77
78 Aws::Vector<StreamKey> m_streamKeys;
79
80 Aws::String m_requestId;
81 };
82
83} // namespace Model
84} // namespace IVS
85} // namespace Aws
BatchGetStreamKeyResult & AddStreamKeys(StreamKey &&value)
BatchGetStreamKeyResult & AddErrors(const BatchError &value)
void SetStreamKeys(Aws::Vector< StreamKey > &&value)
BatchGetStreamKeyResult & WithErrors(Aws::Vector< BatchError > &&value)
BatchGetStreamKeyResult & WithRequestId(const char *value)
const Aws::Vector< StreamKey > & GetStreamKeys() const
BatchGetStreamKeyResult & WithRequestId(const Aws::String &value)
const Aws::Vector< BatchError > & GetErrors() const
BatchGetStreamKeyResult & AddStreamKeys(const StreamKey &value)
BatchGetStreamKeyResult & WithStreamKeys(const Aws::Vector< StreamKey > &value)
void SetErrors(Aws::Vector< BatchError > &&value)
AWS_IVS_API BatchGetStreamKeyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetErrors(const Aws::Vector< BatchError > &value)
AWS_IVS_API BatchGetStreamKeyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetStreamKeyResult & WithStreamKeys(Aws::Vector< StreamKey > &&value)
BatchGetStreamKeyResult & WithRequestId(Aws::String &&value)
void SetStreamKeys(const Aws::Vector< StreamKey > &value)
BatchGetStreamKeyResult & AddErrors(BatchError &&value)
BatchGetStreamKeyResult & 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