7#include <aws/ivs/IVS_EXPORTS.h>
8#include <aws/ivs/IVSRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ivs/model/BatchStartViewerSessionRevocationViewerSession.h>
31 inline virtual const char*
GetServiceRequestName()
const override {
return "BatchStartViewerSessionRevocation"; }
42 template<
typename ViewerSessionsT = Aws::Vector<BatchStartViewerSessionRevocationViewerSession>>
43 void SetViewerSessions(ViewerSessionsT&& value) { m_viewerSessionsHasBeenSet =
true; m_viewerSessions = std::forward<ViewerSessionsT>(value); }
44 template<
typename ViewerSessionsT = Aws::Vector<BatchStartViewerSessionRevocationViewerSession>>
46 template<
typename ViewerSessionsT = BatchStartViewerSessionRevocationViewerSession>
52 bool m_viewerSessionsHasBeenSet =
false;
BatchStartViewerSessionRevocationRequest & AddViewerSessions(ViewerSessionsT &&value)
bool ViewerSessionsHasBeenSet() const
AWS_IVS_API Aws::String SerializePayload() const override
AWS_IVS_API BatchStartViewerSessionRevocationRequest()=default
const Aws::Vector< BatchStartViewerSessionRevocationViewerSession > & GetViewerSessions() const
void SetViewerSessions(ViewerSessionsT &&value)
BatchStartViewerSessionRevocationRequest & WithViewerSessions(ViewerSessionsT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector