7#include <aws/ds/DirectoryService_EXPORTS.h>
8#include <aws/ds/DirectoryServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace DirectoryService
44 template<
typename DirectoryIdT = Aws::String>
45 void SetDirectoryId(DirectoryIdT&& value) { m_directoryIdHasBeenSet =
true; m_directoryId = std::forward<DirectoryIdT>(value); }
46 template<
typename DirectoryIdT = Aws::String>
70 template<
typename LdifContentT = Aws::String>
71 void SetLdifContent(LdifContentT&& value) { m_ldifContentHasBeenSet =
true; m_ldifContent = std::forward<LdifContentT>(value); }
72 template<
typename LdifContentT = Aws::String>
82 template<
typename DescriptionT = Aws::String>
83 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
84 template<
typename DescriptionT = Aws::String>
90 bool m_directoryIdHasBeenSet =
false;
92 bool m_createSnapshotBeforeSchemaExtension{
false};
93 bool m_createSnapshotBeforeSchemaExtensionHasBeenSet =
false;
96 bool m_ldifContentHasBeenSet =
false;
99 bool m_descriptionHasBeenSet =
false;
AWS_DIRECTORYSERVICE_API StartSchemaExtensionRequest()=default
void SetDirectoryId(DirectoryIdT &&value)
bool LdifContentHasBeenSet() const
const Aws::String & GetDescription() const
AWS_DIRECTORYSERVICE_API Aws::String SerializePayload() const override
StartSchemaExtensionRequest & WithDirectoryId(DirectoryIdT &&value)
StartSchemaExtensionRequest & WithDescription(DescriptionT &&value)
void SetCreateSnapshotBeforeSchemaExtension(bool value)
void SetDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
AWS_DIRECTORYSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
StartSchemaExtensionRequest & WithCreateSnapshotBeforeSchemaExtension(bool value)
const Aws::String & GetDirectoryId() const
bool DescriptionHasBeenSet() const
bool DirectoryIdHasBeenSet() const
const Aws::String & GetLdifContent() const
bool GetCreateSnapshotBeforeSchemaExtension() const
bool CreateSnapshotBeforeSchemaExtensionHasBeenSet() const
StartSchemaExtensionRequest & WithLdifContent(LdifContentT &&value)
void SetLdifContent(LdifContentT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String