@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAssetModelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAssetModelRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAssetModelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssetModelId()
The ID of the asset model.
|
Boolean |
getExcludeProperties()
Whether or not to exclude asset model properties from the response.
|
int |
hashCode() |
Boolean |
isExcludeProperties()
Whether or not to exclude asset model properties from the response.
|
void |
setAssetModelId(String assetModelId)
The ID of the asset model.
|
void |
setExcludeProperties(Boolean excludeProperties)
Whether or not to exclude asset model properties from the response.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAssetModelRequest |
withAssetModelId(String assetModelId)
The ID of the asset model.
|
DescribeAssetModelRequest |
withExcludeProperties(Boolean excludeProperties)
Whether or not to exclude asset model properties from the response.
|
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 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 DescribeAssetModelRequest 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 setExcludeProperties(Boolean excludeProperties)
Whether or not to exclude asset model properties from the response.
excludeProperties
- Whether or not to exclude asset model properties from the response.public Boolean getExcludeProperties()
Whether or not to exclude asset model properties from the response.
public DescribeAssetModelRequest withExcludeProperties(Boolean excludeProperties)
Whether or not to exclude asset model properties from the response.
excludeProperties
- Whether or not to exclude asset model properties from the response.public Boolean isExcludeProperties()
Whether or not to exclude asset model properties from the response.
public String toString()
toString
in class Object
Object.toString()
public DescribeAssetModelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()