7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/license-manager/LicenseManager_EXPORTS.h>
9#include <aws/license-manager/model/LicenseDeletionStatus.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace LicenseManager {
36 m_statusHasBeenSet =
true;
50 template <
typename DeletionDateT = Aws::String>
52 m_deletionDateHasBeenSet =
true;
53 m_deletionDate = std::forward<DeletionDateT>(value);
55 template <
typename DeletionDateT = Aws::String>
65 template <
typename RequestIdT = Aws::String>
67 m_requestIdHasBeenSet =
true;
68 m_requestId = std::forward<RequestIdT>(value);
70 template <
typename RequestIdT = Aws::String>
82 bool m_statusHasBeenSet =
false;
83 bool m_deletionDateHasBeenSet =
false;
84 bool m_requestIdHasBeenSet =
false;
DeleteLicenseResult & WithStatus(LicenseDeletionStatus value)
void SetRequestId(RequestIdT &&value)
AWS_LICENSEMANAGER_API DeleteLicenseResult()=default
void SetDeletionDate(DeletionDateT &&value)
DeleteLicenseResult & WithRequestId(RequestIdT &&value)
LicenseDeletionStatus GetStatus() const
AWS_LICENSEMANAGER_API DeleteLicenseResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteLicenseResult & WithDeletionDate(DeletionDateT &&value)
const Aws::String & GetRequestId() const
AWS_LICENSEMANAGER_API DeleteLicenseResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDeletionDate() const
void SetStatus(LicenseDeletionStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue