7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/AppFabricRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
43 template<
typename AppBundleIdentifierT = Aws::String>
44 void SetAppBundleIdentifier(AppBundleIdentifierT&& value) { m_appBundleIdentifierHasBeenSet =
true; m_appBundleIdentifier = std::forward<AppBundleIdentifierT>(value); }
45 template<
typename AppBundleIdentifierT = Aws::String>
55 template<
typename TaskIdListT = Aws::Vector<Aws::String>>
56 void SetTaskIdList(TaskIdListT&& value) { m_taskIdListHasBeenSet =
true; m_taskIdList = std::forward<TaskIdListT>(value); }
57 template<
typename TaskIdListT = Aws::Vector<Aws::String>>
59 template<
typename TaskIdListT = Aws::String>
65 bool m_appBundleIdentifierHasBeenSet =
false;
68 bool m_taskIdListHasBeenSet =
false;
void SetAppBundleIdentifier(AppBundleIdentifierT &&value)
BatchGetUserAccessTasksRequest & WithTaskIdList(TaskIdListT &&value)
virtual const char * GetServiceRequestName() const override
BatchGetUserAccessTasksRequest & AddTaskIdList(TaskIdListT &&value)
AWS_APPFABRIC_API Aws::String SerializePayload() const override
BatchGetUserAccessTasksRequest & WithAppBundleIdentifier(AppBundleIdentifierT &&value)
bool AppBundleIdentifierHasBeenSet() const
void SetTaskIdList(TaskIdListT &&value)
AWS_APPFABRIC_API BatchGetUserAccessTasksRequest()=default
bool TaskIdListHasBeenSet() const
const Aws::Vector< Aws::String > & GetTaskIdList() const
const Aws::String & GetAppBundleIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector