7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/medialive/model/SdiSourceSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
45 template<
typename NextTokenT = Aws::String>
46 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
47 template<
typename NextTokenT = Aws::String>
54 template<
typename SdiSourcesT = Aws::Vector<SdiSourceSummary>>
55 void SetSdiSources(SdiSourcesT&& value) { m_sdiSourcesHasBeenSet =
true; m_sdiSources = std::forward<SdiSourcesT>(value); }
56 template<
typename SdiSourcesT = Aws::Vector<SdiSourceSummary>>
58 template<
typename SdiSourcesT = SdiSourceSummary>
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_nextTokenHasBeenSet =
false;
76 bool m_sdiSourcesHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue