7#include <aws/license-manager/LicenseManager_EXPORTS.h>
8#include <aws/license-manager/model/ReceivedStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/license-manager/model/AllowedOperation.h>
24namespace LicenseManager
60 template<
typename ReceivedStatusReasonT = Aws::String>
61 void SetReceivedStatusReason(ReceivedStatusReasonT&& value) { m_receivedStatusReasonHasBeenSet =
true; m_receivedStatusReason = std::forward<ReceivedStatusReasonT>(value); }
62 template<
typename ReceivedStatusReasonT = Aws::String>
72 template<
typename AllowedOperationsT = Aws::Vector<AllowedOperation>>
73 void SetAllowedOperations(AllowedOperationsT&& value) { m_allowedOperationsHasBeenSet =
true; m_allowedOperations = std::forward<AllowedOperationsT>(value); }
74 template<
typename AllowedOperationsT = Aws::Vector<AllowedOperation>>
81 bool m_receivedStatusHasBeenSet =
false;
84 bool m_receivedStatusReasonHasBeenSet =
false;
87 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