public class ListThingTypesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists the existing thing types.
Constructor and Description |
---|
ListThingTypesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxResults()
The maximum number of results to return in this operation.
|
java.lang.String |
getNextToken()
The token to retrieve the next set of results.
|
java.lang.String |
getThingTypeName()
The name of the thing type.
|
int |
hashCode() |
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in this operation.
|
void |
setNextToken(java.lang.String nextToken)
The token to retrieve the next set of results.
|
void |
setThingTypeName(java.lang.String thingTypeName)
The name of the thing type.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListThingTypesRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in this operation.
|
ListThingTypesRequest |
withNextToken(java.lang.String nextToken)
The token to retrieve the next set of results.
|
ListThingTypesRequest |
withThingTypeName(java.lang.String thingTypeName)
The name of the thing type.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getNextToken()
The token to retrieve the next set of results.
The token to retrieve the next set of results.
public void setNextToken(java.lang.String nextToken)
The token to retrieve the next set of results.
nextToken
- The token to retrieve the next set of results.
public ListThingTypesRequest withNextToken(java.lang.String nextToken)
The token to retrieve the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token to retrieve the next set of results.
public java.lang.Integer getMaxResults()
The maximum number of results to return in this operation.
Constraints:
Range: 1 - 250
The maximum number of results to return in this operation.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in this operation.
Constraints:
Range: 1 - 250
maxResults
- The maximum number of results to return in this operation.
public ListThingTypesRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in this operation.
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 in this operation.
public java.lang.String getThingTypeName()
The name of the thing type.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
The name of the thing type.
public void setThingTypeName(java.lang.String thingTypeName)
The name of the thing type.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
thingTypeName
- The name of the thing type.
public ListThingTypesRequest withThingTypeName(java.lang.String thingTypeName)
The name of the thing type.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
thingTypeName
- The name of the thing type.
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.