7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/license-manager/LicenseManager_EXPORTS.h>
9#include <aws/license-manager/model/License.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace LicenseManager {
35 template <
typename LicenseT = License>
37 m_licenseHasBeenSet =
true;
38 m_license = std::forward<LicenseT>(value);
40 template <
typename LicenseT = License>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
65 bool m_licenseHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
const License & GetLicense() const
const Aws::String & GetRequestId() const
void SetLicense(LicenseT &&value)
GetLicenseResult & WithLicense(LicenseT &&value)
AWS_LICENSEMANAGER_API GetLicenseResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LICENSEMANAGER_API GetLicenseResult()=default
GetLicenseResult & WithRequestId(RequestIdT &&value)
AWS_LICENSEMANAGER_API GetLicenseResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue