7#include <aws/license-manager-user-subscriptions/LicenseManagerUserSubscriptions_EXPORTS.h>
8#include <aws/license-manager-user-subscriptions/model/LicenseServerEndpoint.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace LicenseManagerUserSubscriptions
42 template<
typename LicenseServerEndpo
intT = LicenseServerEndpo
int>
43 void SetLicenseServerEndpoint(LicenseServerEndpointT&& value) { m_licenseServerEndpointHasBeenSet =
true; m_licenseServerEndpoint = std::forward<LicenseServerEndpointT>(value); }
44 template<
typename LicenseServerEndpo
intT = LicenseServerEndpo
int>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_licenseServerEndpointHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
const LicenseServerEndpoint & GetLicenseServerEndpoint() const
AWS_LICENSEMANAGERUSERSUBSCRIPTIONS_API DeleteLicenseServerEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteLicenseServerEndpointResult & WithLicenseServerEndpoint(LicenseServerEndpointT &&value)
void SetLicenseServerEndpoint(LicenseServerEndpointT &&value)
AWS_LICENSEMANAGERUSERSUBSCRIPTIONS_API DeleteLicenseServerEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_LICENSEMANAGERUSERSUBSCRIPTIONS_API DeleteLicenseServerEndpointResult()=default
DeleteLicenseServerEndpointResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue