/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include User accounts whose documents should be indexed.See Also:
* AWS
* API Reference
A list of users whose documents should be indexed. Specify the user names in
* email format, for example, username@tenantdomain
. If you need to
* index the documents of more than 100 users, use the
* OneDriveUserS3Path
field to specify the location of a file
* containing a list of users.
A list of users whose documents should be indexed. Specify the user names in
* email format, for example, username@tenantdomain
. If you need to
* index the documents of more than 100 users, use the
* OneDriveUserS3Path
field to specify the location of a file
* containing a list of users.
A list of users whose documents should be indexed. Specify the user names in
* email format, for example, username@tenantdomain
. If you need to
* index the documents of more than 100 users, use the
* OneDriveUserS3Path
field to specify the location of a file
* containing a list of users.
A list of users whose documents should be indexed. Specify the user names in
* email format, for example, username@tenantdomain
. If you need to
* index the documents of more than 100 users, use the
* OneDriveUserS3Path
field to specify the location of a file
* containing a list of users.
A list of users whose documents should be indexed. Specify the user names in
* email format, for example, username@tenantdomain
. If you need to
* index the documents of more than 100 users, use the
* OneDriveUserS3Path
field to specify the location of a file
* containing a list of users.
A list of users whose documents should be indexed. Specify the user names in
* email format, for example, username@tenantdomain
. If you need to
* index the documents of more than 100 users, use the
* OneDriveUserS3Path
field to specify the location of a file
* containing a list of users.
A list of users whose documents should be indexed. Specify the user names in
* email format, for example, username@tenantdomain
. If you need to
* index the documents of more than 100 users, use the
* OneDriveUserS3Path
field to specify the location of a file
* containing a list of users.
A list of users whose documents should be indexed. Specify the user names in
* email format, for example, username@tenantdomain
. If you need to
* index the documents of more than 100 users, use the
* OneDriveUserS3Path
field to specify the location of a file
* containing a list of users.
A list of users whose documents should be indexed. Specify the user names in
* email format, for example, username@tenantdomain
. If you need to
* index the documents of more than 100 users, use the
* OneDriveUserS3Path
field to specify the location of a file
* containing a list of users.
The S3 bucket location of a file containing a list of users whose documents * should be indexed.
*/ inline const S3Path& GetOneDriveUserS3Path() const{ return m_oneDriveUserS3Path; } /** *The S3 bucket location of a file containing a list of users whose documents * should be indexed.
*/ inline bool OneDriveUserS3PathHasBeenSet() const { return m_oneDriveUserS3PathHasBeenSet; } /** *The S3 bucket location of a file containing a list of users whose documents * should be indexed.
*/ inline void SetOneDriveUserS3Path(const S3Path& value) { m_oneDriveUserS3PathHasBeenSet = true; m_oneDriveUserS3Path = value; } /** *The S3 bucket location of a file containing a list of users whose documents * should be indexed.
*/ inline void SetOneDriveUserS3Path(S3Path&& value) { m_oneDriveUserS3PathHasBeenSet = true; m_oneDriveUserS3Path = std::move(value); } /** *The S3 bucket location of a file containing a list of users whose documents * should be indexed.
*/ inline OneDriveUsers& WithOneDriveUserS3Path(const S3Path& value) { SetOneDriveUserS3Path(value); return *this;} /** *The S3 bucket location of a file containing a list of users whose documents * should be indexed.
*/ inline OneDriveUsers& WithOneDriveUserS3Path(S3Path&& value) { SetOneDriveUserS3Path(std::move(value)); return *this;} private: Aws::Vector