7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/workdocs/model/Subscription.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename SubscriptionsT = Aws::Vector<Subscription>>
43 void SetSubscriptions(SubscriptionsT&& value) { m_subscriptionsHasBeenSet =
true; m_subscriptions = std::forward<SubscriptionsT>(value); }
44 template<
typename SubscriptionsT = Aws::Vector<Subscription>>
46 template<
typename SubscriptionsT = Subscription>
56 template<
typename MarkerT = Aws::String>
57 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
58 template<
typename MarkerT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_subscriptionsHasBeenSet =
false;
76 bool m_markerHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
void SetMarker(MarkerT &&value)
AWS_WORKDOCS_API DescribeNotificationSubscriptionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_WORKDOCS_API DescribeNotificationSubscriptionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Subscription > & GetSubscriptions() const
void SetSubscriptions(SubscriptionsT &&value)
DescribeNotificationSubscriptionsResult & WithSubscriptions(SubscriptionsT &&value)
DescribeNotificationSubscriptionsResult & WithRequestId(RequestIdT &&value)
DescribeNotificationSubscriptionsResult & AddSubscriptions(SubscriptionsT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetMarker() const
DescribeNotificationSubscriptionsResult & WithMarker(MarkerT &&value)
AWS_WORKDOCS_API DescribeNotificationSubscriptionsResult()=default
void SetRequestId(RequestIdT &&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