7#include <aws/license-manager/LicenseManager_EXPORTS.h>
8#include <aws/license-manager/model/License.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace LicenseManager
41 template<
typename LicenseT = License>
42 void SetLicense(LicenseT&& value) { m_licenseHasBeenSet =
true; m_license = std::forward<LicenseT>(value); }
43 template<
typename LicenseT = License>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_licenseHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
const License & GetLicense() const
const Aws::String & GetRequestId() const
void SetLicense(LicenseT &&value)
GetLicenseResult & WithLicense(LicenseT &&value)
AWS_LICENSEMANAGER_API GetLicenseResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LICENSEMANAGER_API GetLicenseResult()=default
GetLicenseResult & WithRequestId(RequestIdT &&value)
AWS_LICENSEMANAGER_API GetLicenseResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue