public class ListThingsInThingGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists the things in the specified group.
Constructor and Description |
---|
ListThingsInThingGroupRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxResults()
The maximum number of results to return at one time.
|
java.lang.String |
getNextToken()
To retrieve the next set of results, the
nextToken value
from a previous response; otherwise null to receive the first set
of results. |
java.lang.Boolean |
getRecursive()
When true, list things in this thing group and in all child groups as
well.
|
java.lang.String |
getThingGroupName()
The thing group name.
|
int |
hashCode() |
java.lang.Boolean |
isRecursive()
When true, list things in this thing group and in all child groups as
well.
|
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(java.lang.String nextToken)
To retrieve the next set of results, the
nextToken value
from a previous response; otherwise null to receive the first set
of results. |
void |
setRecursive(java.lang.Boolean recursive)
When true, list things in this thing group and in all child groups as
well.
|
void |
setThingGroupName(java.lang.String thingGroupName)
The thing group name.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListThingsInThingGroupRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
|
ListThingsInThingGroupRequest |
withNextToken(java.lang.String nextToken)
To retrieve the next set of results, the
nextToken value
from a previous response; otherwise null to receive the first set
of results. |
ListThingsInThingGroupRequest |
withRecursive(java.lang.Boolean recursive)
When true, list things in this thing group and in all child groups as
well.
|
ListThingsInThingGroupRequest |
withThingGroupName(java.lang.String thingGroupName)
The thing group name.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getThingGroupName()
The thing group name.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
The thing group name.
public void setThingGroupName(java.lang.String thingGroupName)
The thing group name.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
thingGroupName
- The thing group name.
public ListThingsInThingGroupRequest withThingGroupName(java.lang.String thingGroupName)
The thing group name.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
thingGroupName
- The thing group name.
public java.lang.Boolean isRecursive()
When true, list things in this thing group and in all child groups as well.
When true, list things in this thing group and in all child groups as well.
public java.lang.Boolean getRecursive()
When true, list things in this thing group and in all child groups as well.
When true, list things in this thing group and in all child groups as well.
public void setRecursive(java.lang.Boolean recursive)
When true, list things in this thing group and in all child groups as well.
recursive
- When true, list things in this thing group and in all child groups as well.
public ListThingsInThingGroupRequest withRecursive(java.lang.Boolean recursive)
When true, list things in this thing group and in all child groups as well.
Returns a reference to this object so that method calls can be chained together.
recursive
- When true, list things in this thing group and in all child groups as well.
public java.lang.String getNextToken()
To retrieve the next set of results, the nextToken
value
from a previous response; otherwise null to receive the first set
of results.
To retrieve the next set of results, the nextToken
value from a previous response; otherwise null to receive
the first set of results.
public void setNextToken(java.lang.String nextToken)
To retrieve the next set of results, the nextToken
value
from a previous response; otherwise null to receive the first set
of results.
nextToken
-
To retrieve the next set of results, the
nextToken
value from a previous response;
otherwise null to receive the first set of results.
public ListThingsInThingGroupRequest withNextToken(java.lang.String nextToken)
To retrieve the next set of results, the nextToken
value
from a previous response; otherwise null to receive the first set
of results.
Returns a reference to this object so that method calls can be chained together.
nextToken
-
To retrieve the next set of results, the
nextToken
value from a previous response;
otherwise null to receive the first set of results.
public java.lang.Integer getMaxResults()
The maximum number of results to return at one time.
Constraints:
Range: 1 - 250
The maximum number of results to return at one time.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
Constraints:
Range: 1 - 250
maxResults
- The maximum number of results to return at one time.
public ListThingsInThingGroupRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 250
maxResults
- The maximum number of results to return at one time.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.