7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/QBusinessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ApplicationIdT = Aws::String>
50 template<
typename ApplicationIdT = Aws::String>
60 template<
typename PluginIdT = Aws::String>
61 void SetPluginId(
PluginIdT&& value) { m_pluginIdHasBeenSet =
true; m_pluginId = std::forward<PluginIdT>(value); }
62 template<
typename PluginIdT = Aws::String>
74 template<
typename NextTokenT = Aws::String>
75 void SetNextToken(
NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
76 template<
typename NextTokenT = Aws::String>
86 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
92 bool m_applicationIdHasBeenSet =
false;
95 bool m_pluginIdHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
101 bool m_maxResultsHasBeenSet =
false;
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
const Aws::String & GetPluginId() const
void SetPluginId(PluginIdT &&value)
ListPluginActionsRequest & WithApplicationId(ApplicationIdT &&value)
const Aws::String & GetApplicationId() const
void SetApplicationId(ApplicationIdT &&value)
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
AWS_QBUSINESS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
ListPluginActionsRequest & WithPluginId(PluginIdT &&value)
AWS_QBUSINESS_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
ListPluginActionsRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool ApplicationIdHasBeenSet() const
ListPluginActionsRequest & WithMaxResults(int value)
bool PluginIdHasBeenSet() const
AWS_QBUSINESS_API ListPluginActionsRequest()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String