7#include <aws/ds/DirectoryService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ds/model/LogSubscription.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace DirectoryService
43 template<
typename LogSubscriptionsT = Aws::Vector<LogSubscription>>
44 void SetLogSubscriptions(LogSubscriptionsT&& value) { m_logSubscriptionsHasBeenSet =
true; m_logSubscriptions = std::forward<LogSubscriptionsT>(value); }
45 template<
typename LogSubscriptionsT = Aws::Vector<LogSubscription>>
47 template<
typename LogSubscriptionsT = LogSubscription>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = 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_logSubscriptionsHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
const Aws::Vector< LogSubscription > & GetLogSubscriptions() const
AWS_DIRECTORYSERVICE_API ListLogSubscriptionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListLogSubscriptionsResult & AddLogSubscriptions(LogSubscriptionsT &&value)
ListLogSubscriptionsResult & WithLogSubscriptions(LogSubscriptionsT &&value)
ListLogSubscriptionsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
ListLogSubscriptionsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_DIRECTORYSERVICE_API ListLogSubscriptionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DIRECTORYSERVICE_API ListLogSubscriptionsResult()=default
void SetNextToken(NextTokenT &&value)
void SetLogSubscriptions(LogSubscriptionsT &&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