7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/license-manager/LicenseManager_EXPORTS.h>
9#include <aws/license-manager/model/LicenseStatus.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace LicenseManager {
35 template <
typename LicenseArnT = Aws::String>
37 m_licenseArnHasBeenSet =
true;
38 m_licenseArn = std::forward<LicenseArnT>(value);
40 template <
typename LicenseArnT = Aws::String>
52 template <
typename VersionT = Aws::String>
54 m_versionHasBeenSet =
true;
55 m_version = std::forward<VersionT>(value);
57 template <
typename VersionT = Aws::String>
70 m_statusHasBeenSet =
true;
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
101 bool m_licenseArnHasBeenSet =
false;
102 bool m_versionHasBeenSet =
false;
103 bool m_statusHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
void SetLicenseArn(LicenseArnT &&value)
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