7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/deadline/DeadlineRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetLicenseEndpointId(
const char* value) { m_licenseEndpointIdHasBeenSet =
true; m_licenseEndpointId.assign(value); }
51 bool m_licenseEndpointIdHasBeenSet =
false;
DeleteLicenseEndpointRequest & WithLicenseEndpointId(const char *value)
virtual const char * GetServiceRequestName() const override
void SetLicenseEndpointId(const Aws::String &value)
AWS_DEADLINE_API DeleteLicenseEndpointRequest()
const Aws::String & GetLicenseEndpointId() const
AWS_DEADLINE_API Aws::String SerializePayload() const override
DeleteLicenseEndpointRequest & WithLicenseEndpointId(const Aws::String &value)
DeleteLicenseEndpointRequest & WithLicenseEndpointId(Aws::String &&value)
void SetLicenseEndpointId(const char *value)
bool LicenseEndpointIdHasBeenSet() const
void SetLicenseEndpointId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String