7#include <aws/appfabric/AppFabricRequest.h>
8#include <aws/appfabric/AppFabric_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename AppBundleIdentifierT = Aws::String>
40 m_appBundleIdentifierHasBeenSet =
true;
41 m_appBundleIdentifier = std::forward<AppBundleIdentifierT>(value);
43 template <
typename AppBundleIdentifierT = Aws::String>
56 template <
typename EmailT = Aws::String>
58 m_emailHasBeenSet =
true;
59 m_email = std::forward<EmailT>(value);
61 template <
typename EmailT = Aws::String>
63 SetEmail(std::forward<EmailT>(value));
71 bool m_appBundleIdentifierHasBeenSet =
false;
72 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