@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAssetCompositeModelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAssetCompositeModelRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAssetCompositeModelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssetCompositeModelId()
The ID of a composite model on this asset.
|
String |
getAssetId()
The ID of the asset.
|
int |
hashCode() |
void |
setAssetCompositeModelId(String assetCompositeModelId)
The ID of a composite model on this asset.
|
void |
setAssetId(String assetId)
The ID of the asset.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAssetCompositeModelRequest |
withAssetCompositeModelId(String assetCompositeModelId)
The ID of a composite model on this asset.
|
DescribeAssetCompositeModelRequest |
withAssetId(String assetId)
The ID of the asset.
|
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 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 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 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 DescribeAssetCompositeModelRequest withAssetId(String assetId)
The ID of the 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 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 setAssetCompositeModelId(String assetCompositeModelId)
The ID of a composite model on this 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.
assetCompositeModelId
- The ID of a composite model on this 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 getAssetCompositeModelId()
The ID of a composite model on this 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 DescribeAssetCompositeModelRequest withAssetCompositeModelId(String assetCompositeModelId)
The ID of a composite model on this 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.
assetCompositeModelId
- The ID of a composite model on this 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 toString()
toString
in class Object
Object.toString()
public DescribeAssetCompositeModelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()