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"; }
52 bool m_viewerSessionsHasBeenSet =
false;
BatchStartViewerSessionRevocationRequest & AddViewerSessions(BatchStartViewerSessionRevocationViewerSession &&value)
void SetViewerSessions(Aws::Vector< BatchStartViewerSessionRevocationViewerSession > &&value)
BatchStartViewerSessionRevocationRequest & AddViewerSessions(const BatchStartViewerSessionRevocationViewerSession &value)
bool ViewerSessionsHasBeenSet() const
AWS_IVS_API Aws::String SerializePayload() const override
BatchStartViewerSessionRevocationRequest & WithViewerSessions(const Aws::Vector< BatchStartViewerSessionRevocationViewerSession > &value)
BatchStartViewerSessionRevocationRequest & WithViewerSessions(Aws::Vector< BatchStartViewerSessionRevocationViewerSession > &&value)
const Aws::Vector< BatchStartViewerSessionRevocationViewerSession > & GetViewerSessions() const
AWS_IVS_API BatchStartViewerSessionRevocationRequest()
virtual const char * GetServiceRequestName() const override
void SetViewerSessions(const Aws::Vector< BatchStartViewerSessionRevocationViewerSession > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector