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/appfabric/model/Credential.h>
11#include <aws/appfabric/model/Tenant.h>
46 inline void SetAppBundleIdentifier(
const char* value) { m_appBundleIdentifierHasBeenSet =
true; m_appBundleIdentifier.assign(value); }
61 inline void SetAppAuthorizationIdentifier(
const char* value) { m_appAuthorizationIdentifierHasBeenSet =
true; m_appAuthorizationIdentifier.assign(value); }
90 inline void SetTenant(
const Tenant& value) { m_tenantHasBeenSet =
true; m_tenant = value; }
91 inline void SetTenant(
Tenant&& value) { m_tenantHasBeenSet =
true; m_tenant = std::move(value); }
98 bool m_appBundleIdentifierHasBeenSet =
false;
101 bool m_appAuthorizationIdentifierHasBeenSet =
false;
104 bool m_credentialHasBeenSet =
false;
107 bool m_tenantHasBeenSet =
false;
void SetAppAuthorizationIdentifier(const Aws::String &value)
UpdateAppAuthorizationRequest & WithAppAuthorizationIdentifier(const char *value)
const Credential & GetCredential() const
void SetAppAuthorizationIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
bool TenantHasBeenSet() const
UpdateAppAuthorizationRequest & WithAppBundleIdentifier(const Aws::String &value)
void SetAppBundleIdentifier(const Aws::String &value)
const Tenant & GetTenant() const
void SetTenant(const Tenant &value)
const Aws::String & GetAppAuthorizationIdentifier() const
UpdateAppAuthorizationRequest & WithTenant(Tenant &&value)
void SetAppBundleIdentifier(const char *value)
AWS_APPFABRIC_API Aws::String SerializePayload() const override
UpdateAppAuthorizationRequest & WithCredential(Credential &&value)
void SetAppBundleIdentifier(Aws::String &&value)
bool AppAuthorizationIdentifierHasBeenSet() const
UpdateAppAuthorizationRequest & WithAppAuthorizationIdentifier(const Aws::String &value)
UpdateAppAuthorizationRequest & WithAppBundleIdentifier(const char *value)
UpdateAppAuthorizationRequest & WithAppAuthorizationIdentifier(Aws::String &&value)
void SetCredential(const Credential &value)
UpdateAppAuthorizationRequest & WithCredential(const Credential &value)
void SetAppAuthorizationIdentifier(Aws::String &&value)
UpdateAppAuthorizationRequest & WithAppBundleIdentifier(Aws::String &&value)
void SetTenant(Tenant &&value)
AWS_APPFABRIC_API UpdateAppAuthorizationRequest()
bool CredentialHasBeenSet() const
UpdateAppAuthorizationRequest & WithTenant(const Tenant &value)
const Aws::String & GetAppBundleIdentifier() const
void SetCredential(Credential &&value)
bool AppBundleIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String