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>
53 template <
typename VersionT = Aws::String>
55 m_versionHasBeenSet =
true;
56 m_version = std::forward<VersionT>(value);
58 template <
typename VersionT = Aws::String>
71 m_statusHasBeenSet =
true;
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_versionHasBeenSet =
false;
107 bool m_statusHasBeenSet =
false;
108 bool m_requestIdHasBeenSet =
false;
void SetLicenseArn(LicenseArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateLicenseVersionResult & WithStatus(LicenseStatus value)
AWS_LICENSEMANAGER_API CreateLicenseVersionResult()=default
void SetStatus(LicenseStatus value)
const Aws::String & GetVersion() const
CreateLicenseVersionResult & WithLicenseArn(LicenseArnT &&value)
AWS_LICENSEMANAGER_API CreateLicenseVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateLicenseVersionResult & WithVersion(VersionT &&value)
void SetRequestId(RequestIdT &&value)
AWS_LICENSEMANAGER_API CreateLicenseVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetLicenseArn() const
const Aws::String & GetRequestId() const
void SetVersion(VersionT &&value)
LicenseStatus GetStatus() const
CreateLicenseVersionResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue