7#include <aws/grafana/ManagedGrafana_EXPORTS.h>
8#include <aws/grafana/ManagedGrafanaRequest.h>
9#include <aws/grafana/model/LicenseType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ManagedGrafana
56 inline void SetWorkspaceId(
const char* value) { m_workspaceIdHasBeenSet =
true; m_workspaceId.assign(value); }
64 bool m_licenseTypeHasBeenSet =
false;
67 bool m_workspaceIdHasBeenSet =
false;
AWS_MANAGEDGRAFANA_API Aws::String SerializePayload() const override
const LicenseType & GetLicenseType() const
void SetWorkspaceId(Aws::String &&value)
DisassociateLicenseRequest & WithWorkspaceId(const Aws::String &value)
void SetWorkspaceId(const Aws::String &value)
bool WorkspaceIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetLicenseType(const LicenseType &value)
void SetLicenseType(LicenseType &&value)
DisassociateLicenseRequest & WithLicenseType(LicenseType &&value)
void SetWorkspaceId(const char *value)
AWS_MANAGEDGRAFANA_API DisassociateLicenseRequest()
const Aws::String & GetWorkspaceId() const
DisassociateLicenseRequest & WithWorkspaceId(const char *value)
DisassociateLicenseRequest & WithWorkspaceId(Aws::String &&value)
DisassociateLicenseRequest & WithLicenseType(const LicenseType &value)
bool LicenseTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String