@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSensorStatisticsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSensorStatisticsRequest() |
Modifier and Type | Method and Description |
---|---|
ListSensorStatisticsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatasetName()
The name of the dataset associated with the list of Sensor Statistics.
|
String |
getIngestionJobId()
The ingestion job id associated with the list of Sensor Statistics.
|
Integer |
getMaxResults()
Specifies the maximum number of sensors for which to retrieve statistics.
|
String |
getNextToken()
An opaque pagination token indicating where to continue the listing of sensor statistics.
|
int |
hashCode() |
void |
setDatasetName(String datasetName)
The name of the dataset associated with the list of Sensor Statistics.
|
void |
setIngestionJobId(String ingestionJobId)
The ingestion job id associated with the list of Sensor Statistics.
|
void |
setMaxResults(Integer maxResults)
Specifies the maximum number of sensors for which to retrieve statistics.
|
void |
setNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of sensor statistics.
|
String |
toString()
Returns a string representation of this object.
|
ListSensorStatisticsRequest |
withDatasetName(String datasetName)
The name of the dataset associated with the list of Sensor Statistics.
|
ListSensorStatisticsRequest |
withIngestionJobId(String ingestionJobId)
The ingestion job id associated with the list of Sensor Statistics.
|
ListSensorStatisticsRequest |
withMaxResults(Integer maxResults)
Specifies the maximum number of sensors for which to retrieve statistics.
|
ListSensorStatisticsRequest |
withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of sensor statistics.
|
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 setDatasetName(String datasetName)
The name of the dataset associated with the list of Sensor Statistics.
datasetName
- The name of the dataset associated with the list of Sensor Statistics.public String getDatasetName()
The name of the dataset associated with the list of Sensor Statistics.
public ListSensorStatisticsRequest withDatasetName(String datasetName)
The name of the dataset associated with the list of Sensor Statistics.
datasetName
- The name of the dataset associated with the list of Sensor Statistics.public void setIngestionJobId(String ingestionJobId)
The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs.
ingestionJobId
- The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a
particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs.public String getIngestionJobId()
The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs.
public ListSensorStatisticsRequest withIngestionJobId(String ingestionJobId)
The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs.
ingestionJobId
- The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a
particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs.public void setMaxResults(Integer maxResults)
Specifies the maximum number of sensors for which to retrieve statistics.
maxResults
- Specifies the maximum number of sensors for which to retrieve statistics.public Integer getMaxResults()
Specifies the maximum number of sensors for which to retrieve statistics.
public ListSensorStatisticsRequest withMaxResults(Integer maxResults)
Specifies the maximum number of sensors for which to retrieve statistics.
maxResults
- Specifies the maximum number of sensors for which to retrieve statistics.public void setNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of sensor statistics.
nextToken
- An opaque pagination token indicating where to continue the listing of sensor statistics.public String getNextToken()
An opaque pagination token indicating where to continue the listing of sensor statistics.
public ListSensorStatisticsRequest withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of sensor statistics.
nextToken
- An opaque pagination token indicating where to continue the listing of sensor statistics.public String toString()
toString
in class Object
Object.toString()
public ListSensorStatisticsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()