@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTimeSeriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeTimeSeriesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTimeSeriesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAlias()
The alias that identifies the time series.
|
String |
getAssetId()
The ID of the asset in which the asset property was created.
|
String |
getPropertyId()
The ID of the asset property.
|
int |
hashCode() |
void |
setAlias(String alias)
The alias that identifies the time series.
|
void |
setAssetId(String assetId)
The ID of the asset in which the asset property was created.
|
void |
setPropertyId(String propertyId)
The ID of the asset property.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTimeSeriesRequest |
withAlias(String alias)
The alias that identifies the time series.
|
DescribeTimeSeriesRequest |
withAssetId(String assetId)
The ID of the asset in which the asset property was created.
|
DescribeTimeSeriesRequest |
withPropertyId(String propertyId)
The ID of the asset property.
|
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 setAlias(String alias)
The alias that identifies the time series.
alias
- The alias that identifies the time series.public String getAlias()
The alias that identifies the time series.
public DescribeTimeSeriesRequest withAlias(String alias)
The alias that identifies the time series.
alias
- The alias that identifies the time series.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 DescribeTimeSeriesRequest 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 setPropertyId(String propertyId)
The ID of the asset property. 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.
propertyId
- The ID of the asset property. 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 getPropertyId()
The ID of the asset property. 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 DescribeTimeSeriesRequest withPropertyId(String propertyId)
The ID of the asset property. 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.
propertyId
- The ID of the asset property. 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 toString()
toString
in class Object
Object.toString()
public DescribeTimeSeriesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()