/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The search criteria to be used to return users. The
* name
and description
fields support "contains" queries
* with a minimum of 2 characters and a maximum of 25 characters. Any queries with
* character lengths outside of this range will throw invalid results. See Also:
AWS
* API Reference
A list of conditions which would be applied together with an OR
* condition.
A list of conditions which would be applied together with an OR
* condition.
A list of conditions which would be applied together with an OR
* condition.
A list of conditions which would be applied together with an OR
* condition.
A list of conditions which would be applied together with an OR
* condition.
A list of conditions which would be applied together with an OR
* condition.
A list of conditions which would be applied together with an OR
* condition.
A list of conditions which would be applied together with an OR
* condition.
A list of conditions which would be applied together with an AND
* condition.
A list of conditions which would be applied together with an AND
* condition.
A list of conditions which would be applied together with an AND
* condition.
A list of conditions which would be applied together with an AND
* condition.
A list of conditions which would be applied together with an AND
* condition.
A list of conditions which would be applied together with an AND
* condition.
A list of conditions which would be applied together with an AND
* condition.
A list of conditions which would be applied together with an AND
* condition.
A leaf node condition which can be used to specify a string condition.
*The currently supported values for FieldName
are
* name
, description
, and resourceID
.
A leaf node condition which can be used to specify a string condition.
*The currently supported values for FieldName
are
* name
, description
, and resourceID
.
A leaf node condition which can be used to specify a string condition.
*The currently supported values for FieldName
are
* name
, description
, and resourceID
.
A leaf node condition which can be used to specify a string condition.
*The currently supported values for FieldName
are
* name
, description
, and resourceID
.
A leaf node condition which can be used to specify a string condition.
*The currently supported values for FieldName
are
* name
, description
, and resourceID
.
A leaf node condition which can be used to specify a string condition.
*The currently supported values for FieldName
are
* name
, description
, and resourceID
.
A leaf node condition which can be used to specify a hierarchy group * condition.
*/ inline const HierarchyGroupCondition& GetHierarchyGroupCondition() const{ return m_hierarchyGroupCondition; } /** *A leaf node condition which can be used to specify a hierarchy group * condition.
*/ inline bool HierarchyGroupConditionHasBeenSet() const { return m_hierarchyGroupConditionHasBeenSet; } /** *A leaf node condition which can be used to specify a hierarchy group * condition.
*/ inline void SetHierarchyGroupCondition(const HierarchyGroupCondition& value) { m_hierarchyGroupConditionHasBeenSet = true; m_hierarchyGroupCondition = value; } /** *A leaf node condition which can be used to specify a hierarchy group * condition.
*/ inline void SetHierarchyGroupCondition(HierarchyGroupCondition&& value) { m_hierarchyGroupConditionHasBeenSet = true; m_hierarchyGroupCondition = std::move(value); } /** *A leaf node condition which can be used to specify a hierarchy group * condition.
*/ inline UserSearchCriteria& WithHierarchyGroupCondition(const HierarchyGroupCondition& value) { SetHierarchyGroupCondition(value); return *this;} /** *A leaf node condition which can be used to specify a hierarchy group * condition.
*/ inline UserSearchCriteria& WithHierarchyGroupCondition(HierarchyGroupCondition&& value) { SetHierarchyGroupCondition(std::move(value)); return *this;} private: Aws::Vector