7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ds/DirectoryServiceRequest.h>
9#include <aws/ds/DirectoryService_EXPORTS.h>
14namespace DirectoryService {
40 template <
typename DirectoryIdT = Aws::String>
42 m_directoryIdHasBeenSet =
true;
43 m_directoryId = std::forward<DirectoryIdT>(value);
45 template <
typename DirectoryIdT = Aws::String>
60 m_createSnapshotBeforeSchemaExtensionHasBeenSet =
true;
61 m_createSnapshotBeforeSchemaExtension = value;
78 template <
typename LdifContentT = Aws::String>
80 m_ldifContentHasBeenSet =
true;
81 m_ldifContent = std::forward<LdifContentT>(value);
83 template <
typename LdifContentT = Aws::String>
96 template <
typename DescriptionT = Aws::String>
98 m_descriptionHasBeenSet =
true;
99 m_description = std::forward<DescriptionT>(value);
101 template <
typename DescriptionT = Aws::String>
110 bool m_createSnapshotBeforeSchemaExtension{
false};
115 bool m_directoryIdHasBeenSet =
false;
116 bool m_createSnapshotBeforeSchemaExtensionHasBeenSet =
false;
117 bool m_ldifContentHasBeenSet =
false;
118 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