@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeActivitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeActivitiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeActivitiesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAuthenticationToken()
Amazon WorkDocs authentication token.
|
Date |
getEndTime()
The timestamp that determines the end time of the activities.
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getMarker()
The marker for the next set of results.
|
String |
getOrganizationId()
The ID of the organization.
|
Date |
getStartTime()
The timestamp that determines the starting time of the activities.
|
String |
getUserId()
The ID of the user who performed the action.
|
int |
hashCode() |
void |
setAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
void |
setEndTime(Date endTime)
The timestamp that determines the end time of the activities.
|
void |
setLimit(Integer limit)
The maximum number of items to return.
|
void |
setMarker(String marker)
The marker for the next set of results.
|
void |
setOrganizationId(String organizationId)
The ID of the organization.
|
void |
setStartTime(Date startTime)
The timestamp that determines the starting time of the activities.
|
void |
setUserId(String userId)
The ID of the user who performed the action.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeActivitiesRequest |
withAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
DescribeActivitiesRequest |
withEndTime(Date endTime)
The timestamp that determines the end time of the activities.
|
DescribeActivitiesRequest |
withLimit(Integer limit)
The maximum number of items to return.
|
DescribeActivitiesRequest |
withMarker(String marker)
The marker for the next set of results.
|
DescribeActivitiesRequest |
withOrganizationId(String organizationId)
The ID of the organization.
|
DescribeActivitiesRequest |
withStartTime(Date startTime)
The timestamp that determines the starting time of the activities.
|
DescribeActivitiesRequest |
withUserId(String userId)
The ID of the user who performed the action.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.
authenticationToken - Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in
accessing the API using AWS credentials.public String getAuthenticationToken()
Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.
public DescribeActivitiesRequest withAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.
authenticationToken - Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in
accessing the API using AWS credentials.public void setStartTime(Date startTime)
The timestamp that determines the starting time of the activities. The response includes the activities performed after the specified timestamp.
startTime - The timestamp that determines the starting time of the activities. The response includes the activities
performed after the specified timestamp.public Date getStartTime()
The timestamp that determines the starting time of the activities. The response includes the activities performed after the specified timestamp.
public DescribeActivitiesRequest withStartTime(Date startTime)
The timestamp that determines the starting time of the activities. The response includes the activities performed after the specified timestamp.
startTime - The timestamp that determines the starting time of the activities. The response includes the activities
performed after the specified timestamp.public void setEndTime(Date endTime)
The timestamp that determines the end time of the activities. The response includes the activities performed before the specified timestamp.
endTime - The timestamp that determines the end time of the activities. The response includes the activities
performed before the specified timestamp.public Date getEndTime()
The timestamp that determines the end time of the activities. The response includes the activities performed before the specified timestamp.
public DescribeActivitiesRequest withEndTime(Date endTime)
The timestamp that determines the end time of the activities. The response includes the activities performed before the specified timestamp.
endTime - The timestamp that determines the end time of the activities. The response includes the activities
performed before the specified timestamp.public void setOrganizationId(String organizationId)
The ID of the organization. This is a mandatory parameter when using administrative API (SigV4) requests.
organizationId - The ID of the organization. This is a mandatory parameter when using administrative API (SigV4) requests.public String getOrganizationId()
The ID of the organization. This is a mandatory parameter when using administrative API (SigV4) requests.
public DescribeActivitiesRequest withOrganizationId(String organizationId)
The ID of the organization. This is a mandatory parameter when using administrative API (SigV4) requests.
organizationId - The ID of the organization. This is a mandatory parameter when using administrative API (SigV4) requests.public void setUserId(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.
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 String getUserId()
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 DescribeActivitiesRequest withUserId(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.
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 void setLimit(Integer limit)
The maximum number of items to return.
limit - The maximum number of items to return.public Integer getLimit()
The maximum number of items to return.
public DescribeActivitiesRequest withLimit(Integer limit)
The maximum number of items to return.
limit - The maximum number of items to return.public void setMarker(String marker)
The marker for the next set of results.
marker - The marker for the next set of results.public String getMarker()
The marker for the next set of results.
public DescribeActivitiesRequest withMarker(String marker)
The marker for the next set of results.
marker - The marker for the next set of results.public String toString()
toString in class ObjectObject.toString()public DescribeActivitiesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.