@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchThingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SearchThingsRequest() |
Modifier and Type | Method and Description |
---|---|
SearchThingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEntityId()
The ID of the entity to which the things are associated.
|
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
Long |
getNamespaceVersion()
The version of the user's namespace.
|
String |
getNextToken()
The string that specifies the next page of results.
|
int |
hashCode() |
void |
setEntityId(String entityId)
The ID of the entity to which the things are associated.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNamespaceVersion(Long namespaceVersion)
The version of the user's namespace.
|
void |
setNextToken(String nextToken)
The string that specifies the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
SearchThingsRequest |
withEntityId(String entityId)
The ID of the entity to which the things are associated.
|
SearchThingsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
SearchThingsRequest |
withNamespaceVersion(Long namespaceVersion)
The version of the user's namespace.
|
SearchThingsRequest |
withNextToken(String nextToken)
The string that specifies the next page of results.
|
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 setEntityId(String entityId)
The ID of the entity to which the things are associated.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
entityId
- The ID of the entity to which the things are associated.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
public String getEntityId()
The ID of the entity to which the things are associated.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
public SearchThingsRequest withEntityId(String entityId)
The ID of the entity to which the things are associated.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
entityId
- The ID of the entity to which the things are associated.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
public void setNextToken(String nextToken)
The string that specifies the next page of results. Use this when you're paginating results.
nextToken
- The string that specifies the next page of results. Use this when you're paginating results.public String getNextToken()
The string that specifies the next page of results. Use this when you're paginating results.
public SearchThingsRequest withNextToken(String nextToken)
The string that specifies the next page of results. Use this when you're paginating results.
nextToken
- The string that specifies the next page of results. Use this when you're paginating results.public void setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults
- The maximum number of results to return in the response.public Integer getMaxResults()
The maximum number of results to return in the response.
public SearchThingsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults
- The maximum number of results to return in the response.public void setNamespaceVersion(Long namespaceVersion)
The version of the user's namespace. Defaults to the latest version of the user's namespace.
namespaceVersion
- The version of the user's namespace. Defaults to the latest version of the user's namespace.public Long getNamespaceVersion()
The version of the user's namespace. Defaults to the latest version of the user's namespace.
public SearchThingsRequest withNamespaceVersion(Long namespaceVersion)
The version of the user's namespace. Defaults to the latest version of the user's namespace.
namespaceVersion
- The version of the user's namespace. Defaults to the latest version of the user's namespace.public String toString()
toString
in class Object
Object.toString()
public SearchThingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()