7#include <aws/license-manager/LicenseManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/license-manager/model/Grant.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace LicenseManager
57 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
68 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
ListReceivedGrantsResult & WithNextToken(Aws::String &&value)
void SetNextToken(Aws::String &&value)
AWS_LICENSEMANAGER_API ListReceivedGrantsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListReceivedGrantsResult & WithRequestId(const char *value)
void SetNextToken(const Aws::String &value)
ListReceivedGrantsResult & AddGrants(Grant &&value)
void SetGrants(const Aws::Vector< Grant > &value)
ListReceivedGrantsResult & WithRequestId(const Aws::String &value)
void SetGrants(Aws::Vector< Grant > &&value)
ListReceivedGrantsResult & WithGrants(Aws::Vector< Grant > &&value)
void SetRequestId(const char *value)
AWS_LICENSEMANAGER_API ListReceivedGrantsResult()
void SetRequestId(Aws::String &&value)
ListReceivedGrantsResult & WithNextToken(const char *value)
const Aws::String & GetRequestId() const
const Aws::Vector< Grant > & GetGrants() const
ListReceivedGrantsResult & WithNextToken(const Aws::String &value)
const Aws::String & GetNextToken() const
ListReceivedGrantsResult & AddGrants(const Grant &value)
void SetRequestId(const Aws::String &value)
AWS_LICENSEMANAGER_API ListReceivedGrantsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListReceivedGrantsResult & WithGrants(const Aws::Vector< Grant > &value)
void SetNextToken(const char *value)
ListReceivedGrantsResult & WithRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue