Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeActivitiesRequest.Builder,DescribeActivitiesRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeActivitiesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeActivitiesRequest.Builder,DescribeActivitiesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeActivitiesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
authenticationToken() |
Amazon WorkDocs authentication token.
|
static DescribeActivitiesRequest.Builder |
builder() |
|
Date |
endTime() |
The timestamp that determines the end time of the activities; the response includes the activities performed
before the specified timestamp.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
The maximum number of items to return.
|
String |
marker() |
The marker for the next set of results.
|
String |
organizationId() |
The ID of the organization.
|
static Class<? extends DescribeActivitiesRequest.Builder> |
serializableBuilderClass() |
|
Date |
startTime() |
The timestamp that determines the starting time of the activities; the response includes the activities performed
after the specified timestamp.
|
DescribeActivitiesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userId() |
The ID of the user who performed the action.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String authenticationToken()
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
public Date startTime()
The timestamp that determines the starting time of the activities; the response includes the activities performed after the specified timestamp.
public Date endTime()
The timestamp that determines the end time of the activities; the response includes the activities performed before the specified timestamp.
public String organizationId()
The ID of the organization. This is a mandatory parameter when using administrative API (SigV4) requests.
public String userId()
The ID of the user who performed the action. The response includes activities pertaining to this user. This is an optional parameter and is only applicable for administrative API (SigV4) requests.
public Integer limit()
The maximum number of items to return.
public String marker()
The marker for the next set of results. (You received this marker from a previous call.)
public DescribeActivitiesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeActivitiesRequest.Builder,DescribeActivitiesRequest>
public static DescribeActivitiesRequest.Builder builder()
public static Class<? extends DescribeActivitiesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.