@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeGroupsRequest |
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.
|
Integer |
getLimit()
The maximum number of items to return with this call.
|
String |
getMarker()
The marker for the next set of results.
|
String |
getOrganizationId()
The ID of the organization.
|
String |
getSearchQuery()
A query to describe groups by group name.
|
int |
hashCode() |
void |
setAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
void |
setLimit(Integer limit)
The maximum number of items to return with this call.
|
void |
setMarker(String marker)
The marker for the next set of results.
|
void |
setOrganizationId(String organizationId)
The ID of the organization.
|
void |
setSearchQuery(String searchQuery)
A query to describe groups by group name.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGroupsRequest |
withAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
DescribeGroupsRequest |
withLimit(Integer limit)
The maximum number of items to return with this call.
|
DescribeGroupsRequest |
withMarker(String marker)
The marker for the next set of results.
|
DescribeGroupsRequest |
withOrganizationId(String organizationId)
The ID of the organization.
|
DescribeGroupsRequest |
withSearchQuery(String searchQuery)
A query to describe groups by group name.
|
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 DescribeGroupsRequest 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 setSearchQuery(String searchQuery)
A query to describe groups by group name.
searchQuery
- A query to describe groups by group name.public String getSearchQuery()
A query to describe groups by group name.
public DescribeGroupsRequest withSearchQuery(String searchQuery)
A query to describe groups by group name.
searchQuery
- A query to describe groups by group name.public void setOrganizationId(String organizationId)
The ID of the organization.
organizationId
- The ID of the organization.public String getOrganizationId()
The ID of the organization.
public DescribeGroupsRequest withOrganizationId(String organizationId)
The ID of the organization.
organizationId
- The ID of the organization.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 DescribeGroupsRequest 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 void setLimit(Integer limit)
The maximum number of items to return with this call.
limit
- The maximum number of items to return with this call.public Integer getLimit()
The maximum number of items to return with this call.
public DescribeGroupsRequest withLimit(Integer limit)
The maximum number of items to return with this call.
limit
- The maximum number of items to return with this call.public String toString()
toString
in class Object
Object.toString()
public DescribeGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()