7#include <aws/license-manager-user-subscriptions/LicenseManagerUserSubscriptions_EXPORTS.h>
8#include <aws/license-manager-user-subscriptions/LicenseManagerUserSubscriptionsRequest.h>
9#include <aws/license-manager-user-subscriptions/model/IdentityProvider.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/license-manager-user-subscriptions/model/Settings.h>
16namespace LicenseManagerUserSubscriptions
57 inline void SetProduct(
const char* value) { m_productHasBeenSet =
true; m_product.assign(value); }
71 inline void SetSettings(
Settings&& value) { m_settingsHasBeenSet =
true; m_settings = std::move(value); }
78 bool m_identityProviderHasBeenSet =
false;
81 bool m_productHasBeenSet =
false;
84 bool m_settingsHasBeenSet =
false;
void SetIdentityProvider(const IdentityProvider &value)
bool SettingsHasBeenSet() const
const Settings & GetSettings() const
RegisterIdentityProviderRequest & WithSettings(Settings &&value)
void SetIdentityProvider(IdentityProvider &&value)
bool ProductHasBeenSet() const
RegisterIdentityProviderRequest & WithIdentityProvider(const IdentityProvider &value)
const Aws::String & GetProduct() const
const IdentityProvider & GetIdentityProvider() const
void SetProduct(const char *value)
AWS_LICENSEMANAGERUSERSUBSCRIPTIONS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetProduct(Aws::String &&value)
AWS_LICENSEMANAGERUSERSUBSCRIPTIONS_API RegisterIdentityProviderRequest()
void SetSettings(Settings &&value)
RegisterIdentityProviderRequest & WithIdentityProvider(IdentityProvider &&value)
RegisterIdentityProviderRequest & WithProduct(const char *value)
void SetProduct(const Aws::String &value)
RegisterIdentityProviderRequest & WithProduct(Aws::String &&value)
RegisterIdentityProviderRequest & WithSettings(const Settings &value)
bool IdentityProviderHasBeenSet() const
void SetSettings(const Settings &value)
RegisterIdentityProviderRequest & WithProduct(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String