7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/AppFabricRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename AppBundleIdentifierT = Aws::String>
43 void SetAppBundleIdentifier(AppBundleIdentifierT&& value) { m_appBundleIdentifierHasBeenSet =
true; m_appBundleIdentifier = std::forward<AppBundleIdentifierT>(value); }
44 template<
typename AppBundleIdentifierT = Aws::String>
54 template<
typename EmailT = Aws::String>
55 void SetEmail(EmailT&& value) { m_emailHasBeenSet =
true; m_email = std::forward<EmailT>(value); }
56 template<
typename EmailT = Aws::String>
62 bool m_appBundleIdentifierHasBeenSet =
false;
65 bool m_emailHasBeenSet =
false;
void SetAppBundleIdentifier(AppBundleIdentifierT &&value)
const Aws::String & GetEmail() const
StartUserAccessTasksRequest & WithEmail(EmailT &&value)
virtual const char * GetServiceRequestName() const override
AWS_APPFABRIC_API Aws::String SerializePayload() const override
StartUserAccessTasksRequest & WithAppBundleIdentifier(AppBundleIdentifierT &&value)
const Aws::String & GetAppBundleIdentifier() const
void SetEmail(EmailT &&value)
bool AppBundleIdentifierHasBeenSet() const
AWS_APPFABRIC_API StartUserAccessTasksRequest()=default
bool EmailHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String