7#include <aws/ds/DirectoryService_EXPORTS.h>
8#include <aws/ds/DirectoryServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace DirectoryService
47 template<
typename DirectoryIdT = Aws::String>
48 void SetDirectoryId(DirectoryIdT&& value) { m_directoryIdHasBeenSet =
true; m_directoryId = std::forward<DirectoryIdT>(value); }
49 template<
typename DirectoryIdT = Aws::String>
61 template<
typename TopicNameT = Aws::String>
62 void SetTopicName(TopicNameT&& value) { m_topicNameHasBeenSet =
true; m_topicName = std::forward<TopicNameT>(value); }
63 template<
typename TopicNameT = Aws::String>
69 bool m_directoryIdHasBeenSet =
false;
72 bool m_topicNameHasBeenSet =
false;
const Aws::String & GetTopicName() const
AWS_DIRECTORYSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool DirectoryIdHasBeenSet() const
AWS_DIRECTORYSERVICE_API Aws::String SerializePayload() const override
bool TopicNameHasBeenSet() const
void SetTopicName(TopicNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetDirectoryId(DirectoryIdT &&value)
RegisterEventTopicRequest & WithTopicName(TopicNameT &&value)
RegisterEventTopicRequest & WithDirectoryId(DirectoryIdT &&value)
AWS_DIRECTORYSERVICE_API RegisterEventTopicRequest()=default
const Aws::String & GetDirectoryId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String