7#include <aws/ds/DirectoryService_EXPORTS.h>
8#include <aws/ds/DirectoryServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace DirectoryService
48 template<
typename DirectoryIdT = Aws::String>
49 void SetDirectoryId(DirectoryIdT&& value) { m_directoryIdHasBeenSet =
true; m_directoryId = std::forward<DirectoryIdT>(value); }
50 template<
typename DirectoryIdT = Aws::String>
63 template<
typename TopicNamesT = Aws::Vector<Aws::String>>
64 void SetTopicNames(TopicNamesT&& value) { m_topicNamesHasBeenSet =
true; m_topicNames = std::forward<TopicNamesT>(value); }
65 template<
typename TopicNamesT = Aws::Vector<Aws::String>>
67 template<
typename TopicNamesT = Aws::String>
73 bool m_directoryIdHasBeenSet =
false;
76 bool m_topicNamesHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetTopicNames() const
DescribeEventTopicsRequest & WithTopicNames(TopicNamesT &&value)
bool DirectoryIdHasBeenSet() const
void SetTopicNames(TopicNamesT &&value)
virtual const char * GetServiceRequestName() const override
DescribeEventTopicsRequest & AddTopicNames(TopicNamesT &&value)
AWS_DIRECTORYSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDirectoryId(DirectoryIdT &&value)
AWS_DIRECTORYSERVICE_API Aws::String SerializePayload() const override
const Aws::String & GetDirectoryId() const
bool TopicNamesHasBeenSet() const
AWS_DIRECTORYSERVICE_API DescribeEventTopicsRequest()=default
DescribeEventTopicsRequest & WithDirectoryId(DirectoryIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector