@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OneDriveUsers extends Object implements Serializable, Cloneable, StructuredPojo
User accounts whose documents should be indexed.
Constructor and Description |
---|
OneDriveUsers() |
Modifier and Type | Method and Description |
---|---|
OneDriveUsers |
clone() |
boolean |
equals(Object obj) |
List<String> |
getOneDriveUserList()
A list of users whose documents should be indexed.
|
S3Path |
getOneDriveUserS3Path()
The S3 bucket location of a file containing a list of users whose documents should be indexed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOneDriveUserList(Collection<String> oneDriveUserList)
A list of users whose documents should be indexed.
|
void |
setOneDriveUserS3Path(S3Path oneDriveUserS3Path)
The S3 bucket location of a file containing a list of users whose documents should be indexed.
|
String |
toString()
Returns a string representation of this object.
|
OneDriveUsers |
withOneDriveUserList(Collection<String> oneDriveUserList)
A list of users whose documents should be indexed.
|
OneDriveUsers |
withOneDriveUserList(String... oneDriveUserList)
A list of users whose documents should be indexed.
|
OneDriveUsers |
withOneDriveUserS3Path(S3Path oneDriveUserS3Path)
The S3 bucket location of a file containing a list of users whose documents should be indexed.
|
public List<String> getOneDriveUserList()
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.
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.public void setOneDriveUserList(Collection<String> oneDriveUserList)
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.
oneDriveUserList
- 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.public OneDriveUsers withOneDriveUserList(String... oneDriveUserList)
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.
NOTE: This method appends the values to the existing list (if any). Use
setOneDriveUserList(java.util.Collection)
or withOneDriveUserList(java.util.Collection)
if you
want to override the existing values.
oneDriveUserList
- 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.public OneDriveUsers withOneDriveUserList(Collection<String> oneDriveUserList)
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.
oneDriveUserList
- 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.public void setOneDriveUserS3Path(S3Path oneDriveUserS3Path)
The S3 bucket location of a file containing a list of users whose documents should be indexed.
oneDriveUserS3Path
- The S3 bucket location of a file containing a list of users whose documents should be indexed.public S3Path getOneDriveUserS3Path()
The S3 bucket location of a file containing a list of users whose documents should be indexed.
public OneDriveUsers withOneDriveUserS3Path(S3Path oneDriveUserS3Path)
The S3 bucket location of a file containing a list of users whose documents should be indexed.
oneDriveUserS3Path
- The S3 bucket location of a file containing a list of users whose documents should be indexed.public String toString()
toString
in class Object
Object.toString()
public OneDriveUsers clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.