AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteLicenseResult.h
1
6#pragma once
7#include <aws/license-manager/LicenseManager_EXPORTS.h>
8#include <aws/license-manager/model/LicenseDeletionStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace LicenseManager
25{
26namespace Model
27{
29 {
30 public:
31 AWS_LICENSEMANAGER_API DeleteLicenseResult();
34
35
37
40 inline const LicenseDeletionStatus& GetStatus() const{ return m_status; }
41 inline void SetStatus(const LicenseDeletionStatus& value) { m_status = value; }
42 inline void SetStatus(LicenseDeletionStatus&& value) { m_status = std::move(value); }
43 inline DeleteLicenseResult& WithStatus(const LicenseDeletionStatus& value) { SetStatus(value); return *this;}
44 inline DeleteLicenseResult& WithStatus(LicenseDeletionStatus&& value) { SetStatus(std::move(value)); return *this;}
46
48
51 inline const Aws::String& GetDeletionDate() const{ return m_deletionDate; }
52 inline void SetDeletionDate(const Aws::String& value) { m_deletionDate = value; }
53 inline void SetDeletionDate(Aws::String&& value) { m_deletionDate = std::move(value); }
54 inline void SetDeletionDate(const char* value) { m_deletionDate.assign(value); }
55 inline DeleteLicenseResult& WithDeletionDate(const Aws::String& value) { SetDeletionDate(value); return *this;}
56 inline DeleteLicenseResult& WithDeletionDate(Aws::String&& value) { SetDeletionDate(std::move(value)); return *this;}
57 inline DeleteLicenseResult& WithDeletionDate(const char* value) { SetDeletionDate(value); return *this;}
59
61
62 inline const Aws::String& GetRequestId() const{ return m_requestId; }
63 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
64 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
65 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
66 inline DeleteLicenseResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
67 inline DeleteLicenseResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
68 inline DeleteLicenseResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
70 private:
71
72 LicenseDeletionStatus m_status;
73
74 Aws::String m_deletionDate;
75
76 Aws::String m_requestId;
77 };
78
79} // namespace Model
80} // namespace LicenseManager
81} // namespace Aws
DeleteLicenseResult & WithStatus(LicenseDeletionStatus &&value)
DeleteLicenseResult & WithDeletionDate(const char *value)
DeleteLicenseResult & WithDeletionDate(const Aws::String &value)
DeleteLicenseResult & WithDeletionDate(Aws::String &&value)
void SetStatus(const LicenseDeletionStatus &value)
const LicenseDeletionStatus & GetStatus() const
AWS_LICENSEMANAGER_API DeleteLicenseResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteLicenseResult & WithRequestId(Aws::String &&value)
DeleteLicenseResult & WithRequestId(const Aws::String &value)
AWS_LICENSEMANAGER_API DeleteLicenseResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(LicenseDeletionStatus &&value)
DeleteLicenseResult & WithStatus(const LicenseDeletionStatus &value)
DeleteLicenseResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue