@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuthenticationToken()
Amazon WorkDocs authentication token.
|
Date |
getEndTime()
The timestamp that determines the end time of the activities; the response includes the activities performed
before the specified timestamp.
|
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; the response includes the activities performed
after the specified timestamp.
|
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; the response includes the activities performed
before the specified timestamp.
|
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; the response includes the activities performed
after the specified timestamp.
|
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; the response includes the activities performed
before the specified timestamp.
|
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; the response includes the activities performed
after the specified timestamp.
|
DescribeActivitiesRequest |
withUserId(String userId)
The ID of the user who performed the action.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setAuthenticationToken(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.
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 String getAuthenticationToken()
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
public DescribeActivitiesRequest withAuthenticationToken(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.
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 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. (You received this marker from a previous call.)
marker
- The marker for the next set of results. (You received this marker from a previous call.)public String getMarker()
The marker for the next set of results. (You received this marker from a previous call.)
public DescribeActivitiesRequest withMarker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker
- The marker for the next set of results. (You received this marker from a previous call.)public String toString()
toString
in class Object
Object.toString()
public DescribeActivitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.