@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTimeSeriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTimeSeriesRequest() |
Modifier and Type | Method and Description |
---|---|
ListTimeSeriesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAliasPrefix()
The alias prefix of the time series.
|
String |
getAssetId()
The ID of the asset in which the asset property was created.
|
Integer |
getMaxResults()
The maximum number of results to return for each paginated request.
|
String |
getNextToken()
The token to be used for the next set of paginated results.
|
String |
getTimeSeriesType()
The type of the time series.
|
int |
hashCode() |
void |
setAliasPrefix(String aliasPrefix)
The alias prefix of the time series.
|
void |
setAssetId(String assetId)
The ID of the asset in which the asset property was created.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
void |
setTimeSeriesType(String timeSeriesType)
The type of the time series.
|
String |
toString()
Returns a string representation of this object.
|
ListTimeSeriesRequest |
withAliasPrefix(String aliasPrefix)
The alias prefix of the time series.
|
ListTimeSeriesRequest |
withAssetId(String assetId)
The ID of the asset in which the asset property was created.
|
ListTimeSeriesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
ListTimeSeriesRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListTimeSeriesRequest |
withTimeSeriesType(ListTimeSeriesType timeSeriesType)
The type of the time series.
|
ListTimeSeriesRequest |
withTimeSeriesType(String timeSeriesType)
The type of the time series.
|
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 token to be used for the next set of paginated results.
nextToken
- The token to be used for the next set of paginated results.public String getNextToken()
The token to be used for the next set of paginated results.
public ListTimeSeriesRequest withNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken
- The token to be used for the next set of paginated results.public void setMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
maxResults
- The maximum number of results to return for each paginated request.public Integer getMaxResults()
The maximum number of results to return for each paginated request.
public ListTimeSeriesRequest withMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
maxResults
- The maximum number of results to return for each paginated request.public void setAssetId(String assetId)
The ID of the asset in which the asset property was created. This can be either the actual ID in UUID format, or
else externalId:
followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.
assetId
- The ID of the asset in which the asset property was created. This can be either the actual ID in UUID
format, or else externalId:
followed by the external ID, if it has one. For more information,
see Referencing objects with external IDs in the IoT SiteWise User Guide.public String getAssetId()
The ID of the asset in which the asset property was created. This can be either the actual ID in UUID format, or
else externalId:
followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.
externalId:
followed by the external ID, if it has one. For more
information, see Referencing objects with external IDs in the IoT SiteWise User Guide.public ListTimeSeriesRequest withAssetId(String assetId)
The ID of the asset in which the asset property was created. This can be either the actual ID in UUID format, or
else externalId:
followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.
assetId
- The ID of the asset in which the asset property was created. This can be either the actual ID in UUID
format, or else externalId:
followed by the external ID, if it has one. For more information,
see Referencing objects with external IDs in the IoT SiteWise User Guide.public void setAliasPrefix(String aliasPrefix)
The alias prefix of the time series.
aliasPrefix
- The alias prefix of the time series.public String getAliasPrefix()
The alias prefix of the time series.
public ListTimeSeriesRequest withAliasPrefix(String aliasPrefix)
The alias prefix of the time series.
aliasPrefix
- The alias prefix of the time series.public void setTimeSeriesType(String timeSeriesType)
The type of the time series. The time series type can be one of the following values:
ASSOCIATED
– The time series is associated with an asset property.
DISASSOCIATED
– The time series isn't associated with any asset property.
timeSeriesType
- The type of the time series. The time series type can be one of the following values:
ASSOCIATED
– The time series is associated with an asset property.
DISASSOCIATED
– The time series isn't associated with any asset property.
ListTimeSeriesType
public String getTimeSeriesType()
The type of the time series. The time series type can be one of the following values:
ASSOCIATED
– The time series is associated with an asset property.
DISASSOCIATED
– The time series isn't associated with any asset property.
ASSOCIATED
– The time series is associated with an asset property.
DISASSOCIATED
– The time series isn't associated with any asset property.
ListTimeSeriesType
public ListTimeSeriesRequest withTimeSeriesType(String timeSeriesType)
The type of the time series. The time series type can be one of the following values:
ASSOCIATED
– The time series is associated with an asset property.
DISASSOCIATED
– The time series isn't associated with any asset property.
timeSeriesType
- The type of the time series. The time series type can be one of the following values:
ASSOCIATED
– The time series is associated with an asset property.
DISASSOCIATED
– The time series isn't associated with any asset property.
ListTimeSeriesType
public ListTimeSeriesRequest withTimeSeriesType(ListTimeSeriesType timeSeriesType)
The type of the time series. The time series type can be one of the following values:
ASSOCIATED
– The time series is associated with an asset property.
DISASSOCIATED
– The time series isn't associated with any asset property.
timeSeriesType
- The type of the time series. The time series type can be one of the following values:
ASSOCIATED
– The time series is associated with an asset property.
DISASSOCIATED
– The time series isn't associated with any asset property.
ListTimeSeriesType
public String toString()
toString
in class Object
Object.toString()
public ListTimeSeriesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()