7#include <aws/license-manager/LicenseManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/license-manager/model/LicenseStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace LicenseManager
41 template<
typename LicenseArnT = Aws::String>
42 void SetLicenseArn(LicenseArnT&& value) { m_licenseArnHasBeenSet =
true; m_licenseArn = std::forward<LicenseArnT>(value); }
43 template<
typename LicenseArnT = Aws::String>
61 template<
typename VersionT = Aws::String>
62 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
63 template<
typename VersionT = Aws::String>
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_licenseArnHasBeenSet =
false;
81 bool m_statusHasBeenSet =
false;
84 bool m_versionHasBeenSet =
false;
87 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)
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