7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/qbusiness/model/ActionSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename NextTokenT = Aws::String>
44 void SetNextToken(
NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
45 template<
typename NextTokenT = Aws::String>
54 template<
typename ItemsT = Aws::Vector<ActionSummary>>
55 void SetItems(
ItemsT&& value) { m_itemsHasBeenSet =
true; m_items = std::forward<ItemsT>(value); }
56 template<
typename ItemsT = Aws::Vector<ActionSummary>>
58 template<
typename ItemsT = ActionSummary>
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_itemsHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< ActionSummary > & GetItems() const
const Aws::String & GetRequestId() const
void SetItems(ItemsT &&value)
AWS_QBUSINESS_API ListPluginActionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QBUSINESS_API ListPluginActionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListPluginActionsResult & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
ListPluginActionsResult & WithItems(ItemsT &&value)
AWS_QBUSINESS_API ListPluginActionsResult()=default
void SetRequestId(RequestIdT &&value)
ListPluginActionsResult & AddItems(ItemsT &&value)
ListPluginActionsResult & WithRequestId(RequestIdT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue