7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/AppFabricRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetAppBundleIdentifier(
const char* value) { m_appBundleIdentifierHasBeenSet =
true; m_appBundleIdentifier.assign(value); }
58 inline void SetEmail(
const char* value) { m_emailHasBeenSet =
true; m_email.assign(value); }
66 bool m_appBundleIdentifierHasBeenSet =
false;
69 bool m_emailHasBeenSet =
false;
StartUserAccessTasksRequest & WithAppBundleIdentifier(const Aws::String &value)
const Aws::String & GetEmail() const
virtual const char * GetServiceRequestName() const override
void SetEmail(Aws::String &&value)
void SetEmail(const char *value)
StartUserAccessTasksRequest & WithEmail(Aws::String &&value)
void SetAppBundleIdentifier(Aws::String &&value)
AWS_APPFABRIC_API StartUserAccessTasksRequest()
void SetAppBundleIdentifier(const char *value)
AWS_APPFABRIC_API Aws::String SerializePayload() const override
StartUserAccessTasksRequest & WithEmail(const char *value)
const Aws::String & GetAppBundleIdentifier() const
StartUserAccessTasksRequest & WithAppBundleIdentifier(Aws::String &&value)
bool AppBundleIdentifierHasBeenSet() const
StartUserAccessTasksRequest & WithAppBundleIdentifier(const char *value)
StartUserAccessTasksRequest & WithEmail(const Aws::String &value)
void SetEmail(const Aws::String &value)
bool EmailHasBeenSet() const
void SetAppBundleIdentifier(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String