/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The configuration for a Directory Service for Microsoft Active Directory
* studio resource.See Also:
AWS
* API Reference
A collection of custom attributes for an Active Directory computer.
*/ inline const Aws::VectorA collection of custom attributes for an Active Directory computer.
*/ inline bool ComputerAttributesHasBeenSet() const { return m_computerAttributesHasBeenSet; } /** *A collection of custom attributes for an Active Directory computer.
*/ inline void SetComputerAttributes(const Aws::VectorA collection of custom attributes for an Active Directory computer.
*/ inline void SetComputerAttributes(Aws::VectorA collection of custom attributes for an Active Directory computer.
*/ inline ActiveDirectoryConfiguration& WithComputerAttributes(const Aws::VectorA collection of custom attributes for an Active Directory computer.
*/ inline ActiveDirectoryConfiguration& WithComputerAttributes(Aws::VectorA collection of custom attributes for an Active Directory computer.
*/ inline ActiveDirectoryConfiguration& AddComputerAttributes(const ActiveDirectoryComputerAttribute& value) { m_computerAttributesHasBeenSet = true; m_computerAttributes.push_back(value); return *this; } /** *A collection of custom attributes for an Active Directory computer.
*/ inline ActiveDirectoryConfiguration& AddComputerAttributes(ActiveDirectoryComputerAttribute&& value) { m_computerAttributesHasBeenSet = true; m_computerAttributes.push_back(std::move(value)); return *this; } /** *The directory ID of the Directory Service for Microsoft Active Directory to * access using this studio component.
*/ inline const Aws::String& GetDirectoryId() const{ return m_directoryId; } /** *The directory ID of the Directory Service for Microsoft Active Directory to * access using this studio component.
*/ inline bool DirectoryIdHasBeenSet() const { return m_directoryIdHasBeenSet; } /** *The directory ID of the Directory Service for Microsoft Active Directory to * access using this studio component.
*/ inline void SetDirectoryId(const Aws::String& value) { m_directoryIdHasBeenSet = true; m_directoryId = value; } /** *The directory ID of the Directory Service for Microsoft Active Directory to * access using this studio component.
*/ inline void SetDirectoryId(Aws::String&& value) { m_directoryIdHasBeenSet = true; m_directoryId = std::move(value); } /** *The directory ID of the Directory Service for Microsoft Active Directory to * access using this studio component.
*/ inline void SetDirectoryId(const char* value) { m_directoryIdHasBeenSet = true; m_directoryId.assign(value); } /** *The directory ID of the Directory Service for Microsoft Active Directory to * access using this studio component.
*/ inline ActiveDirectoryConfiguration& WithDirectoryId(const Aws::String& value) { SetDirectoryId(value); return *this;} /** *The directory ID of the Directory Service for Microsoft Active Directory to * access using this studio component.
*/ inline ActiveDirectoryConfiguration& WithDirectoryId(Aws::String&& value) { SetDirectoryId(std::move(value)); return *this;} /** *The directory ID of the Directory Service for Microsoft Active Directory to * access using this studio component.
*/ inline ActiveDirectoryConfiguration& WithDirectoryId(const char* value) { SetDirectoryId(value); return *this;} /** *The distinguished name (DN) and organizational unit (OU) of an Active * Directory computer.
*/ inline const Aws::String& GetOrganizationalUnitDistinguishedName() const{ return m_organizationalUnitDistinguishedName; } /** *The distinguished name (DN) and organizational unit (OU) of an Active * Directory computer.
*/ inline bool OrganizationalUnitDistinguishedNameHasBeenSet() const { return m_organizationalUnitDistinguishedNameHasBeenSet; } /** *The distinguished name (DN) and organizational unit (OU) of an Active * Directory computer.
*/ inline void SetOrganizationalUnitDistinguishedName(const Aws::String& value) { m_organizationalUnitDistinguishedNameHasBeenSet = true; m_organizationalUnitDistinguishedName = value; } /** *The distinguished name (DN) and organizational unit (OU) of an Active * Directory computer.
*/ inline void SetOrganizationalUnitDistinguishedName(Aws::String&& value) { m_organizationalUnitDistinguishedNameHasBeenSet = true; m_organizationalUnitDistinguishedName = std::move(value); } /** *The distinguished name (DN) and organizational unit (OU) of an Active * Directory computer.
*/ inline void SetOrganizationalUnitDistinguishedName(const char* value) { m_organizationalUnitDistinguishedNameHasBeenSet = true; m_organizationalUnitDistinguishedName.assign(value); } /** *The distinguished name (DN) and organizational unit (OU) of an Active * Directory computer.
*/ inline ActiveDirectoryConfiguration& WithOrganizationalUnitDistinguishedName(const Aws::String& value) { SetOrganizationalUnitDistinguishedName(value); return *this;} /** *The distinguished name (DN) and organizational unit (OU) of an Active * Directory computer.
*/ inline ActiveDirectoryConfiguration& WithOrganizationalUnitDistinguishedName(Aws::String&& value) { SetOrganizationalUnitDistinguishedName(std::move(value)); return *this;} /** *The distinguished name (DN) and organizational unit (OU) of an Active * Directory computer.
*/ inline ActiveDirectoryConfiguration& WithOrganizationalUnitDistinguishedName(const char* value) { SetOrganizationalUnitDistinguishedName(value); return *this;} private: Aws::Vector