/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the inputs for the DescribeDirectories
* operation.See Also:
AWS
* API Reference
A list of identifiers of the directories for which to obtain the information. * If this member is null, all directories that belong to the current account are * returned.
An empty list results in an
* InvalidParameterException
being thrown.
A list of identifiers of the directories for which to obtain the information. * If this member is null, all directories that belong to the current account are * returned.
An empty list results in an
* InvalidParameterException
being thrown.
A list of identifiers of the directories for which to obtain the information. * If this member is null, all directories that belong to the current account are * returned.
An empty list results in an
* InvalidParameterException
being thrown.
A list of identifiers of the directories for which to obtain the information. * If this member is null, all directories that belong to the current account are * returned.
An empty list results in an
* InvalidParameterException
being thrown.
A list of identifiers of the directories for which to obtain the information. * If this member is null, all directories that belong to the current account are * returned.
An empty list results in an
* InvalidParameterException
being thrown.
A list of identifiers of the directories for which to obtain the information. * If this member is null, all directories that belong to the current account are * returned.
An empty list results in an
* InvalidParameterException
being thrown.
A list of identifiers of the directories for which to obtain the information. * If this member is null, all directories that belong to the current account are * returned.
An empty list results in an
* InvalidParameterException
being thrown.
A list of identifiers of the directories for which to obtain the information. * If this member is null, all directories that belong to the current account are * returned.
An empty list results in an
* InvalidParameterException
being thrown.
A list of identifiers of the directories for which to obtain the information. * If this member is null, all directories that belong to the current account are * returned.
An empty list results in an
* InvalidParameterException
being thrown.
The DescribeDirectoriesResult.NextToken
value from a previous
* call to DescribeDirectories. Pass null if this is the first call.
The DescribeDirectoriesResult.NextToken
value from a previous
* call to DescribeDirectories. Pass null if this is the first call.
The DescribeDirectoriesResult.NextToken
value from a previous
* call to DescribeDirectories. Pass null if this is the first call.
The DescribeDirectoriesResult.NextToken
value from a previous
* call to DescribeDirectories. Pass null if this is the first call.
The DescribeDirectoriesResult.NextToken
value from a previous
* call to DescribeDirectories. Pass null if this is the first call.
The DescribeDirectoriesResult.NextToken
value from a previous
* call to DescribeDirectories. Pass null if this is the first call.
The DescribeDirectoriesResult.NextToken
value from a previous
* call to DescribeDirectories. Pass null if this is the first call.
The DescribeDirectoriesResult.NextToken
value from a previous
* call to DescribeDirectories. Pass null if this is the first call.
The maximum number of items to return. If this value is zero, the maximum * number of items is specified by the limitations of the operation.
*/ inline int GetLimit() const{ return m_limit; } /** *The maximum number of items to return. If this value is zero, the maximum * number of items is specified by the limitations of the operation.
*/ inline bool LimitHasBeenSet() const { return m_limitHasBeenSet; } /** *The maximum number of items to return. If this value is zero, the maximum * number of items is specified by the limitations of the operation.
*/ inline void SetLimit(int value) { m_limitHasBeenSet = true; m_limit = value; } /** *The maximum number of items to return. If this value is zero, the maximum * number of items is specified by the limitations of the operation.
*/ inline DescribeDirectoriesRequest& WithLimit(int value) { SetLimit(value); return *this;} private: Aws::Vector