@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListThingGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListThingGroupsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListThingGroupsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getNamePrefixFilter()
A filter that limits the results to those with the specified name prefix.
|
String |
getNextToken()
The token used to get the next set of results, or null if there are no additional results.
|
String |
getParentGroup()
A filter that limits the results to those with the specified parent group.
|
Boolean |
getRecursive()
If true, return child groups as well.
|
int |
hashCode() |
Boolean |
isRecursive()
If true, return child groups as well.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNamePrefixFilter(String namePrefixFilter)
A filter that limits the results to those with the specified name prefix.
|
void |
setNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
|
void |
setParentGroup(String parentGroup)
A filter that limits the results to those with the specified parent group.
|
void |
setRecursive(Boolean recursive)
If true, return child groups as well.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListThingGroupsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListThingGroupsRequest |
withNamePrefixFilter(String namePrefixFilter)
A filter that limits the results to those with the specified name prefix.
|
ListThingGroupsRequest |
withNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
|
ListThingGroupsRequest |
withParentGroup(String parentGroup)
A filter that limits the results to those with the specified parent group.
|
ListThingGroupsRequest |
withRecursive(Boolean recursive)
If true, return child groups as well.
|
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)
The token used to get the next set of results, or null if there are no additional results.
nextToken - The token used to get the next set of results, or null if there are no additional results.public String getNextToken()
The token used to get the next set of results, or null if there are no additional results.
public ListThingGroupsRequest withNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
nextToken - The token used to get the next set of results, or null if there are no additional results.public void setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults - The maximum number of results to return at one time.public Integer getMaxResults()
The maximum number of results to return at one time.
public ListThingGroupsRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults - The maximum number of results to return at one time.public void setParentGroup(String parentGroup)
A filter that limits the results to those with the specified parent group.
parentGroup - A filter that limits the results to those with the specified parent group.public String getParentGroup()
A filter that limits the results to those with the specified parent group.
public ListThingGroupsRequest withParentGroup(String parentGroup)
A filter that limits the results to those with the specified parent group.
parentGroup - A filter that limits the results to those with the specified parent group.public void setNamePrefixFilter(String namePrefixFilter)
A filter that limits the results to those with the specified name prefix.
namePrefixFilter - A filter that limits the results to those with the specified name prefix.public String getNamePrefixFilter()
A filter that limits the results to those with the specified name prefix.
public ListThingGroupsRequest withNamePrefixFilter(String namePrefixFilter)
A filter that limits the results to those with the specified name prefix.
namePrefixFilter - A filter that limits the results to those with the specified name prefix.public void setRecursive(Boolean recursive)
If true, return child groups as well.
recursive - If true, return child groups as well.public Boolean getRecursive()
If true, return child groups as well.
public ListThingGroupsRequest withRecursive(Boolean recursive)
If true, return child groups as well.
recursive - If true, return child groups as well.public Boolean isRecursive()
If true, return child groups as well.
public String toString()
toString in class ObjectObject.toString()public ListThingGroupsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.