7#include <aws/license-manager-linux-subscriptions/LicenseManagerLinuxSubscriptions_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/license-manager-linux-subscriptions/model/Subscription.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace LicenseManagerLinuxSubscriptions
44 template<
typename NextTokenT = Aws::String>
45 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
46 template<
typename NextTokenT = Aws::String>
55 template<
typename SubscriptionsT = Aws::Vector<Subscription>>
56 void SetSubscriptions(SubscriptionsT&& value) { m_subscriptionsHasBeenSet =
true; m_subscriptions = std::forward<SubscriptionsT>(value); }
57 template<
typename SubscriptionsT = Aws::Vector<Subscription>>
59 template<
typename SubscriptionsT = Subscription>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_nextTokenHasBeenSet =
false;
77 bool m_subscriptionsHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
ListLinuxSubscriptionsResult & AddSubscriptions(SubscriptionsT &&value)
ListLinuxSubscriptionsResult & WithSubscriptions(SubscriptionsT &&value)
void SetSubscriptions(SubscriptionsT &&value)
AWS_LICENSEMANAGERLINUXSUBSCRIPTIONS_API ListLinuxSubscriptionsResult()=default
void SetRequestId(RequestIdT &&value)
ListLinuxSubscriptionsResult & WithRequestId(RequestIdT &&value)
ListLinuxSubscriptionsResult & WithNextToken(NextTokenT &&value)
AWS_LICENSEMANAGERLINUXSUBSCRIPTIONS_API ListLinuxSubscriptionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
AWS_LICENSEMANAGERLINUXSUBSCRIPTIONS_API ListLinuxSubscriptionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Subscription > & GetSubscriptions() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue