7#include <aws/workspaces-instances/WorkspacesInstances_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace WorkspacesInstances
47 template<
typename LicenseConfigurationArnT = Aws::String>
48 void SetLicenseConfigurationArn(LicenseConfigurationArnT&& value) { m_licenseConfigurationArnHasBeenSet =
true; m_licenseConfigurationArn = std::forward<LicenseConfigurationArnT>(value); }
49 template<
typename LicenseConfigurationArnT = Aws::String>
55 bool m_licenseConfigurationArnHasBeenSet =
false;
const Aws::String & GetLicenseConfigurationArn() const
AWS_WORKSPACESINSTANCES_API LicenseConfigurationRequest()=default
bool LicenseConfigurationArnHasBeenSet() const
AWS_WORKSPACESINSTANCES_API LicenseConfigurationRequest(Aws::Utils::Json::JsonView jsonValue)
AWS_WORKSPACESINSTANCES_API LicenseConfigurationRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WORKSPACESINSTANCES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLicenseConfigurationArn(LicenseConfigurationArnT &&value)
LicenseConfigurationRequest & WithLicenseConfigurationArn(LicenseConfigurationArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue