@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateTimeSeriesToAssetPropertyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateTimeSeriesToAssetPropertyRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateTimeSeriesToAssetPropertyRequest |
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 |
getClientToken()
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
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 |
setClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
void |
setPropertyId(String propertyId)
The ID of the asset property.
|
String |
toString()
Returns a string representation of this object.
|
AssociateTimeSeriesToAssetPropertyRequest |
withAlias(String alias)
The alias that identifies the time series.
|
AssociateTimeSeriesToAssetPropertyRequest |
withAssetId(String assetId)
The ID of the asset in which the asset property was created.
|
AssociateTimeSeriesToAssetPropertyRequest |
withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
AssociateTimeSeriesToAssetPropertyRequest |
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 AssociateTimeSeriesToAssetPropertyRequest()
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 AssociateTimeSeriesToAssetPropertyRequest 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.
assetId
- The ID of the asset in which the asset property was created.public String getAssetId()
The ID of the asset in which the asset property was created.
public AssociateTimeSeriesToAssetPropertyRequest withAssetId(String assetId)
The ID of the asset in which the asset property was created.
assetId
- The ID of the asset in which the asset property was created.public void setPropertyId(String propertyId)
The ID of the asset property.
propertyId
- The ID of the asset property.public String getPropertyId()
The ID of the asset property.
public AssociateTimeSeriesToAssetPropertyRequest withPropertyId(String propertyId)
The ID of the asset property.
propertyId
- The ID of the asset property.public void setClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken
- A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't
reuse this client token if a new idempotent request is required.public String getClientToken()
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
public AssociateTimeSeriesToAssetPropertyRequest withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken
- A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't
reuse this client token if a new idempotent request is required.public String toString()
toString
in class Object
Object.toString()
public AssociateTimeSeriesToAssetPropertyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()