7#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/kinesisvideo/model/StreamInfo.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename StreamInfoListT = Aws::Vector<StreamInfo>>
43 void SetStreamInfoList(StreamInfoListT&& value) { m_streamInfoListHasBeenSet =
true; m_streamInfoList = std::forward<StreamInfoListT>(value); }
44 template<
typename StreamInfoListT = Aws::Vector<StreamInfo>>
46 template<
typename StreamInfoListT = StreamInfo>
47 ListStreamsResult&
AddStreamInfoList(StreamInfoListT&& value) { m_streamInfoListHasBeenSet =
true; m_streamInfoList.emplace_back(std::forward<StreamInfoListT>(value));
return *
this; }
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_streamInfoListHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
ListStreamsResult & WithRequestId(RequestIdT &&value)
void SetStreamInfoList(StreamInfoListT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
ListStreamsResult & AddStreamInfoList(StreamInfoListT &&value)
ListStreamsResult & WithStreamInfoList(StreamInfoListT &&value)
ListStreamsResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< StreamInfo > & GetStreamInfoList() const
AWS_KINESISVIDEO_API ListStreamsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KINESISVIDEO_API ListStreamsResult()=default
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_KINESISVIDEO_API ListStreamsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue