@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 |
getActivityTypes()
Specifies which activity types to include in the response.
|
String |
getAuthenticationToken()
Amazon WorkDocs authentication token.
|
Date |
getEndTime()
The timestamp that determines the end time of the activities.
|
Boolean |
getIncludeIndirectActivities()
Includes indirect 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.
|
String |
getResourceId()
The document or folder ID for which to describe activity types.
|
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() |
Boolean |
isIncludeIndirectActivities()
Includes indirect activities.
|
void |
setActivityTypes(String activityTypes)
Specifies which activity types to include in the response.
|
void |
setAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
void |
setEndTime(Date endTime)
The timestamp that determines the end time of the activities.
|
void |
setIncludeIndirectActivities(Boolean includeIndirectActivities)
Includes indirect 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 |
setResourceId(String resourceId)
The document or folder ID for which to describe activity types.
|
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.
|
DescribeActivitiesRequest |
withActivityTypes(String activityTypes)
Specifies which activity types to include in the response.
|
DescribeActivitiesRequest |
withAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
DescribeActivitiesRequest |
withEndTime(Date endTime)
The timestamp that determines the end time of the activities.
|
DescribeActivitiesRequest |
withIncludeIndirectActivities(Boolean includeIndirectActivities)
Includes indirect 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 |
withResourceId(String resourceId)
The document or folder ID for which to describe activity types.
|
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, 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. Not required when using Amazon Web Services administrator credentials to access the API.
authenticationToken
- Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator
credentials to access the API.public String getAuthenticationToken()
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
public DescribeActivitiesRequest withAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
authenticationToken
- Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator
credentials to access the API.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 setActivityTypes(String activityTypes)
Specifies which activity types to include in the response. If this field is left empty, all activity types are returned.
activityTypes
- Specifies which activity types to include in the response. If this field is left empty, all activity types
are returned.public String getActivityTypes()
Specifies which activity types to include in the response. If this field is left empty, all activity types are returned.
public DescribeActivitiesRequest withActivityTypes(String activityTypes)
Specifies which activity types to include in the response. If this field is left empty, all activity types are returned.
activityTypes
- Specifies which activity types to include in the response. If this field is left empty, all activity types
are returned.public void setResourceId(String resourceId)
The document or folder ID for which to describe activity types.
resourceId
- The document or folder ID for which to describe activity types.public String getResourceId()
The document or folder ID for which to describe activity types.
public DescribeActivitiesRequest withResourceId(String resourceId)
The document or folder ID for which to describe activity types.
resourceId
- The document or folder ID for which to describe activity types.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 setIncludeIndirectActivities(Boolean includeIndirectActivities)
Includes indirect activities. An indirect activity results from a direct activity performed on a parent resource. For example, sharing a parent folder (the direct activity) shares all of the subfolders and documents within the parent folder (the indirect activity).
includeIndirectActivities
- Includes indirect activities. An indirect activity results from a direct activity performed on a parent
resource. For example, sharing a parent folder (the direct activity) shares all of the subfolders and
documents within the parent folder (the indirect activity).public Boolean getIncludeIndirectActivities()
Includes indirect activities. An indirect activity results from a direct activity performed on a parent resource. For example, sharing a parent folder (the direct activity) shares all of the subfolders and documents within the parent folder (the indirect activity).
public DescribeActivitiesRequest withIncludeIndirectActivities(Boolean includeIndirectActivities)
Includes indirect activities. An indirect activity results from a direct activity performed on a parent resource. For example, sharing a parent folder (the direct activity) shares all of the subfolders and documents within the parent folder (the indirect activity).
includeIndirectActivities
- Includes indirect activities. An indirect activity results from a direct activity performed on a parent
resource. For example, sharing a parent folder (the direct activity) shares all of the subfolders and
documents within the parent folder (the indirect activity).public Boolean isIncludeIndirectActivities()
Includes indirect activities. An indirect activity results from a direct activity performed on a parent resource. For example, sharing a parent folder (the direct activity) shares all of the subfolders and documents within the parent folder (the indirect activity).
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 Object
Object.toString()
public DescribeActivitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()