@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssociatedGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAssociatedGroupsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedGroupsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Specify this parameter to limit how many groups are returned each time you use the
ListAssociatedGroups operation. |
String |
getNextToken()
A token that indicates that there is more data available.
|
String |
getResourceArn()
The ARN of the canary that you want to view groups for.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Specify this parameter to limit how many groups are returned each time you use the
ListAssociatedGroups operation. |
void |
setNextToken(String nextToken)
A token that indicates that there is more data available.
|
void |
setResourceArn(String resourceArn)
The ARN of the canary that you want to view groups for.
|
String |
toString()
Returns a string representation of this object.
|
ListAssociatedGroupsRequest |
withMaxResults(Integer maxResults)
Specify this parameter to limit how many groups are returned each time you use the
ListAssociatedGroups operation. |
ListAssociatedGroupsRequest |
withNextToken(String nextToken)
A token that indicates that there is more data available.
|
ListAssociatedGroupsRequest |
withResourceArn(String resourceArn)
The ARN of the canary that you want to view groups for.
|
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 setNextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent operation to retrieve the next set of results.
nextToken - A token that indicates that there is more data available. You can use this token in a subsequent operation
to retrieve the next set of results.public String getNextToken()
A token that indicates that there is more data available. You can use this token in a subsequent operation to retrieve the next set of results.
public ListAssociatedGroupsRequest withNextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent operation to retrieve the next set of results.
nextToken - A token that indicates that there is more data available. You can use this token in a subsequent operation
to retrieve the next set of results.public void setMaxResults(Integer maxResults)
Specify this parameter to limit how many groups are returned each time you use the
ListAssociatedGroups operation. If you omit this parameter, the default of 20 is used.
maxResults - Specify this parameter to limit how many groups are returned each time you use the
ListAssociatedGroups operation. If you omit this parameter, the default of 20 is used.public Integer getMaxResults()
Specify this parameter to limit how many groups are returned each time you use the
ListAssociatedGroups operation. If you omit this parameter, the default of 20 is used.
ListAssociatedGroups operation. If you omit this parameter, the default of 20 is used.public ListAssociatedGroupsRequest withMaxResults(Integer maxResults)
Specify this parameter to limit how many groups are returned each time you use the
ListAssociatedGroups operation. If you omit this parameter, the default of 20 is used.
maxResults - Specify this parameter to limit how many groups are returned each time you use the
ListAssociatedGroups operation. If you omit this parameter, the default of 20 is used.public void setResourceArn(String resourceArn)
The ARN of the canary that you want to view groups for.
resourceArn - The ARN of the canary that you want to view groups for.public String getResourceArn()
The ARN of the canary that you want to view groups for.
public ListAssociatedGroupsRequest withResourceArn(String resourceArn)
The ARN of the canary that you want to view groups for.
resourceArn - The ARN of the canary that you want to view groups for.public String toString()
toString in class ObjectObject.toString()public ListAssociatedGroupsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.