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