7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ds/DirectoryServiceRequest.h>
9#include <aws/ds/DirectoryService_EXPORTS.h>
14namespace DirectoryService {
43 template <
typename DirectoryIdT = Aws::String>
45 m_directoryIdHasBeenSet =
true;
46 m_directoryId = std::forward<DirectoryIdT>(value);
48 template <
typename DirectoryIdT = Aws::String>
63 template <
typename TopicNameT = Aws::String>
65 m_topicNameHasBeenSet =
true;
66 m_topicName = std::forward<TopicNameT>(value);
68 template <
typename TopicNameT = Aws::String>
78 bool m_directoryIdHasBeenSet =
false;
79 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