7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/license-manager/LicenseManager_EXPORTS.h>
10#include <aws/license-manager/model/AllowedOperation.h>
11#include <aws/license-manager/model/ReceivedStatus.h>
22namespace LicenseManager {
45 m_receivedStatusHasBeenSet =
true;
46 m_receivedStatus = value;
60 template <
typename ReceivedStatusReasonT = Aws::String>
62 m_receivedStatusReasonHasBeenSet =
true;
63 m_receivedStatusReason = std::forward<ReceivedStatusReasonT>(value);
65 template <
typename ReceivedStatusReasonT = Aws::String>
78 template <
typename AllowedOperationsT = Aws::Vector<AllowedOperation>>
80 m_allowedOperationsHasBeenSet =
true;
81 m_allowedOperations = std::forward<AllowedOperationsT>(value);
83 template <
typename AllowedOperationsT = Aws::Vector<AllowedOperation>>
89 m_allowedOperationsHasBeenSet =
true;
90 m_allowedOperations.push_back(value);
100 bool m_receivedStatusHasBeenSet =
false;
101 bool m_receivedStatusReasonHasBeenSet =
false;
102 bool m_allowedOperationsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue