@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateAssetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateAssetsRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateAssetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssetId()
The ID of the parent asset from which to disassociate the child asset.
|
String |
getChildAssetId()
The ID of the child asset to disassociate.
|
String |
getClientToken()
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
String |
getHierarchyId()
The ID of a hierarchy in the parent asset's model.
|
int |
hashCode() |
void |
setAssetId(String assetId)
The ID of the parent asset from which to disassociate the child asset.
|
void |
setChildAssetId(String childAssetId)
The ID of the child asset to disassociate.
|
void |
setClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
void |
setHierarchyId(String hierarchyId)
The ID of a hierarchy in the parent asset's model.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateAssetsRequest |
withAssetId(String assetId)
The ID of the parent asset from which to disassociate the child asset.
|
DisassociateAssetsRequest |
withChildAssetId(String childAssetId)
The ID of the child asset to disassociate.
|
DisassociateAssetsRequest |
withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
DisassociateAssetsRequest |
withHierarchyId(String hierarchyId)
The ID of a hierarchy in the parent asset's model.
|
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 setAssetId(String assetId)
The ID of the parent asset from which to disassociate the child asset. 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 parent asset from which to disassociate the child asset. 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 parent asset from which to disassociate the child asset. 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 DisassociateAssetsRequest withAssetId(String assetId)
The ID of the parent asset from which to disassociate the child asset. 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 parent asset from which to disassociate the child asset. 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 setHierarchyId(String hierarchyId)
The ID of a hierarchy in the parent asset's model. (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.) Hierarchies allow different
groupings of assets to be formed that all come from the same asset model. You can use the hierarchy ID to
identify the correct asset to disassociate. For more information, see Asset hierarchies in
the IoT SiteWise User Guide.
hierarchyId
- The ID of a hierarchy in the parent asset's model. (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.) Hierarchies allow
different groupings of assets to be formed that all come from the same asset model. You can use the
hierarchy ID to identify the correct asset to disassociate. For more information, see Asset
hierarchies in the IoT SiteWise User Guide.public String getHierarchyId()
The ID of a hierarchy in the parent asset's model. (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.) Hierarchies allow different
groupings of assets to be formed that all come from the same asset model. You can use the hierarchy ID to
identify the correct asset to disassociate. For more information, see Asset hierarchies 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.) Hierarchies allow
different groupings of assets to be formed that all come from the same asset model. You can use the
hierarchy ID to identify the correct asset to disassociate. For more information, see Asset
hierarchies in the IoT SiteWise User Guide.public DisassociateAssetsRequest withHierarchyId(String hierarchyId)
The ID of a hierarchy in the parent asset's model. (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.) Hierarchies allow different
groupings of assets to be formed that all come from the same asset model. You can use the hierarchy ID to
identify the correct asset to disassociate. For more information, see Asset hierarchies in
the IoT SiteWise User Guide.
hierarchyId
- The ID of a hierarchy in the parent asset's model. (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.) Hierarchies allow
different groupings of assets to be formed that all come from the same asset model. You can use the
hierarchy ID to identify the correct asset to disassociate. For more information, see Asset
hierarchies in the IoT SiteWise User Guide.public void setChildAssetId(String childAssetId)
The ID of the child asset to disassociate. 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.
childAssetId
- The ID of the child asset to disassociate. 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 getChildAssetId()
The ID of the child asset to disassociate. 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 DisassociateAssetsRequest withChildAssetId(String childAssetId)
The ID of the child asset to disassociate. 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.
childAssetId
- The ID of the child asset to disassociate. 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 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 DisassociateAssetsRequest 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 DisassociateAssetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()