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>
12#include <aws/appfabric/model/AuthType.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/appfabric/model/Tag.h>
16#include <aws/core/utils/UUID.h>
50 inline void SetAppBundleIdentifier(
const char* value) { m_appBundleIdentifierHasBeenSet =
true; m_appBundleIdentifier.assign(value); }
70 inline void SetApp(
Aws::String&& value) { m_appHasBeenSet =
true; m_app = std::move(value); }
71 inline void SetApp(
const char* value) { m_appHasBeenSet =
true; m_app.assign(value); }
99 inline void SetTenant(
const Tenant& value) { m_tenantHasBeenSet =
true; m_tenant = value; }
100 inline void SetTenant(
Tenant&& value) { m_tenantHasBeenSet =
true; m_tenant = std::move(value); }
134 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
157 bool m_appBundleIdentifierHasBeenSet =
false;
160 bool m_appHasBeenSet =
false;
163 bool m_credentialHasBeenSet =
false;
166 bool m_tenantHasBeenSet =
false;
169 bool m_authTypeHasBeenSet =
false;
172 bool m_clientTokenHasBeenSet =
false;
175 bool m_tagsHasBeenSet =
false;
CreateAppAuthorizationRequest & WithClientToken(const char *value)
AWS_APPFABRIC_API CreateAppAuthorizationRequest()
bool ClientTokenHasBeenSet() const
bool CredentialHasBeenSet() const
void SetAppBundleIdentifier(const char *value)
CreateAppAuthorizationRequest & WithAppBundleIdentifier(const char *value)
void SetClientToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAppBundleIdentifier() const
CreateAppAuthorizationRequest & WithApp(const Aws::String &value)
CreateAppAuthorizationRequest & AddTags(Tag &&value)
const Aws::Vector< Tag > & GetTags() const
void SetTags(Aws::Vector< Tag > &&value)
CreateAppAuthorizationRequest & WithAuthType(AuthType &&value)
void SetAppBundleIdentifier(Aws::String &&value)
void SetApp(const Aws::String &value)
void SetClientToken(const char *value)
CreateAppAuthorizationRequest & WithClientToken(const Aws::String &value)
void SetAuthType(const AuthType &value)
bool TenantHasBeenSet() const
CreateAppAuthorizationRequest & WithTenant(const Tenant &value)
void SetApp(Aws::String &&value)
void SetCredential(const Credential &value)
CreateAppAuthorizationRequest & WithApp(Aws::String &&value)
bool TagsHasBeenSet() const
const Tenant & GetTenant() const
bool AppHasBeenSet() const
AWS_APPFABRIC_API Aws::String SerializePayload() const override
void SetCredential(Credential &&value)
bool AppBundleIdentifierHasBeenSet() const
CreateAppAuthorizationRequest & WithCredential(const Credential &value)
CreateAppAuthorizationRequest & WithTags(Aws::Vector< Tag > &&value)
CreateAppAuthorizationRequest & WithAppBundleIdentifier(const Aws::String &value)
CreateAppAuthorizationRequest & WithTenant(Tenant &&value)
void SetTenant(Tenant &&value)
CreateAppAuthorizationRequest & WithAuthType(const AuthType &value)
CreateAppAuthorizationRequest & WithTags(const Aws::Vector< Tag > &value)
CreateAppAuthorizationRequest & AddTags(const Tag &value)
CreateAppAuthorizationRequest & WithAppBundleIdentifier(Aws::String &&value)
const Aws::String & GetApp() const
CreateAppAuthorizationRequest & WithApp(const char *value)
CreateAppAuthorizationRequest & WithClientToken(Aws::String &&value)
const Credential & GetCredential() const
void SetTags(const Aws::Vector< Tag > &value)
void SetAuthType(AuthType &&value)
void SetApp(const char *value)
bool AuthTypeHasBeenSet() const
const Aws::String & GetClientToken() const
void SetAppBundleIdentifier(const Aws::String &value)
void SetClientToken(const Aws::String &value)
CreateAppAuthorizationRequest & WithCredential(Credential &&value)
const AuthType & GetAuthType() const
void SetTenant(const Tenant &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector