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>
45 inline void SetAppBundleIdentifier(
const char* value) { m_appBundleIdentifierHasBeenSet =
true; m_appBundleIdentifier.assign(value); }
68 bool m_appBundleIdentifierHasBeenSet =
false;
71 bool m_taskIdListHasBeenSet =
false;
BatchGetUserAccessTasksRequest & WithTaskIdList(Aws::Vector< Aws::String > &&value)
void SetAppBundleIdentifier(const char *value)
BatchGetUserAccessTasksRequest & AddTaskIdList(const char *value)
virtual const char * GetServiceRequestName() const override
BatchGetUserAccessTasksRequest & WithAppBundleIdentifier(const Aws::String &value)
BatchGetUserAccessTasksRequest & WithAppBundleIdentifier(Aws::String &&value)
AWS_APPFABRIC_API Aws::String SerializePayload() const override
BatchGetUserAccessTasksRequest & WithAppBundleIdentifier(const char *value)
bool AppBundleIdentifierHasBeenSet() const
AWS_APPFABRIC_API BatchGetUserAccessTasksRequest()
BatchGetUserAccessTasksRequest & AddTaskIdList(const Aws::String &value)
BatchGetUserAccessTasksRequest & AddTaskIdList(Aws::String &&value)
bool TaskIdListHasBeenSet() const
BatchGetUserAccessTasksRequest & WithTaskIdList(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetTaskIdList() const
void SetAppBundleIdentifier(const Aws::String &value)
void SetTaskIdList(const Aws::Vector< Aws::String > &value)
void SetTaskIdList(Aws::Vector< Aws::String > &&value)
void SetAppBundleIdentifier(Aws::String &&value)
const Aws::String & GetAppBundleIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector