7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/license-manager/LicenseManager_EXPORTS.h>
10#include <aws/license-manager/model/LicenseStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace LicenseManager {
36 template <
typename LicenseArnT = Aws::String>
38 m_licenseArnHasBeenSet =
true;
39 m_licenseArn = std::forward<LicenseArnT>(value);
41 template <
typename LicenseArnT = Aws::String>
54 m_statusHasBeenSet =
true;
68 template <
typename VersionT = Aws::String>
70 m_versionHasBeenSet =
true;
71 m_version = std::forward<VersionT>(value);
73 template <
typename VersionT = Aws::String>
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
105 bool m_licenseArnHasBeenSet =
false;
106 bool m_statusHasBeenSet =
false;
107 bool m_versionHasBeenSet =
false;
108 bool m_requestIdHasBeenSet =
false;
AWS_LICENSEMANAGER_API CreateLicenseResult()=default
LicenseStatus GetStatus() const
void SetVersion(VersionT &&value)
AWS_LICENSEMANAGER_API CreateLicenseResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
CreateLicenseResult & WithVersion(VersionT &&value)
void SetLicenseArn(LicenseArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateLicenseResult & WithStatus(LicenseStatus value)
CreateLicenseResult & WithLicenseArn(LicenseArnT &&value)
AWS_LICENSEMANAGER_API CreateLicenseResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetLicenseArn() const
void SetStatus(LicenseStatus value)
const Aws::String & GetVersion() const
const Aws::String & GetRequestId() const
CreateLicenseResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue