@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDevicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDevicesRequest() |
Modifier and Type | Method and Description |
---|---|
ListDevicesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeviceFleetName()
Filter for fleets containing this name in their device fleet name.
|
Date |
getLatestHeartbeatAfter()
Select fleets where the job was updated after X
|
Integer |
getMaxResults()
Maximum number of results to select.
|
String |
getModelName()
A filter that searches devices that contains this name in any of their models.
|
String |
getNextToken()
The response from the last list when returning a list large enough to need tokening.
|
int |
hashCode() |
void |
setDeviceFleetName(String deviceFleetName)
Filter for fleets containing this name in their device fleet name.
|
void |
setLatestHeartbeatAfter(Date latestHeartbeatAfter)
Select fleets where the job was updated after X
|
void |
setMaxResults(Integer maxResults)
Maximum number of results to select.
|
void |
setModelName(String modelName)
A filter that searches devices that contains this name in any of their models.
|
void |
setNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
|
String |
toString()
Returns a string representation of this object.
|
ListDevicesRequest |
withDeviceFleetName(String deviceFleetName)
Filter for fleets containing this name in their device fleet name.
|
ListDevicesRequest |
withLatestHeartbeatAfter(Date latestHeartbeatAfter)
Select fleets where the job was updated after X
|
ListDevicesRequest |
withMaxResults(Integer maxResults)
Maximum number of results to select.
|
ListDevicesRequest |
withModelName(String modelName)
A filter that searches devices that contains this name in any of their models.
|
ListDevicesRequest |
withNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
|
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 setNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
nextToken
- The response from the last list when returning a list large enough to need tokening.public String getNextToken()
The response from the last list when returning a list large enough to need tokening.
public ListDevicesRequest withNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
nextToken
- The response from the last list when returning a list large enough to need tokening.public void setMaxResults(Integer maxResults)
Maximum number of results to select.
maxResults
- Maximum number of results to select.public Integer getMaxResults()
Maximum number of results to select.
public ListDevicesRequest withMaxResults(Integer maxResults)
Maximum number of results to select.
maxResults
- Maximum number of results to select.public void setLatestHeartbeatAfter(Date latestHeartbeatAfter)
Select fleets where the job was updated after X
latestHeartbeatAfter
- Select fleets where the job was updated after Xpublic Date getLatestHeartbeatAfter()
Select fleets where the job was updated after X
public ListDevicesRequest withLatestHeartbeatAfter(Date latestHeartbeatAfter)
Select fleets where the job was updated after X
latestHeartbeatAfter
- Select fleets where the job was updated after Xpublic void setModelName(String modelName)
A filter that searches devices that contains this name in any of their models.
modelName
- A filter that searches devices that contains this name in any of their models.public String getModelName()
A filter that searches devices that contains this name in any of their models.
public ListDevicesRequest withModelName(String modelName)
A filter that searches devices that contains this name in any of their models.
modelName
- A filter that searches devices that contains this name in any of their models.public void setDeviceFleetName(String deviceFleetName)
Filter for fleets containing this name in their device fleet name.
deviceFleetName
- Filter for fleets containing this name in their device fleet name.public String getDeviceFleetName()
Filter for fleets containing this name in their device fleet name.
public ListDevicesRequest withDeviceFleetName(String deviceFleetName)
Filter for fleets containing this name in their device fleet name.
deviceFleetName
- Filter for fleets containing this name in their device fleet name.public String toString()
toString
in class Object
Object.toString()
public ListDevicesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.