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