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
43 inline void SetLicenseArn(
const char* value) { m_licenseArn.assign(value); }
67 inline void SetVersion(
const char* value) { m_version.assign(value); }
78 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetStatus(const LicenseStatus &value)
CreateLicenseResult & WithRequestId(const Aws::String &value)
CreateLicenseResult & WithVersion(const Aws::String &value)
void SetVersion(const Aws::String &value)
CreateLicenseResult & WithLicenseArn(const Aws::String &value)
CreateLicenseResult & WithRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
AWS_LICENSEMANAGER_API CreateLicenseResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateLicenseResult & WithLicenseArn(Aws::String &&value)
void SetLicenseArn(Aws::String &&value)
void SetLicenseArn(const char *value)
AWS_LICENSEMANAGER_API CreateLicenseResult()
CreateLicenseResult & WithVersion(Aws::String &&value)
CreateLicenseResult & WithLicenseArn(const char *value)
AWS_LICENSEMANAGER_API CreateLicenseResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateLicenseResult & WithStatus(LicenseStatus &&value)
const Aws::String & GetLicenseArn() const
void SetVersion(const char *value)
const Aws::String & GetVersion() const
void SetRequestId(const char *value)
const Aws::String & GetRequestId() const
void SetLicenseArn(const Aws::String &value)
CreateLicenseResult & WithVersion(const char *value)
void SetVersion(Aws::String &&value)
const LicenseStatus & GetStatus() const
void SetRequestId(Aws::String &&value)
CreateLicenseResult & WithRequestId(const char *value)
void SetStatus(LicenseStatus &&value)
CreateLicenseResult & WithStatus(const LicenseStatus &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue